增加TFE配置文件中关于解密流量转发的配置
This commit is contained in:
@@ -4,14 +4,21 @@
|
||||
src: "{{ role_path }}/files/"
|
||||
dest: /tmp/ansible_deploy/
|
||||
|
||||
- name: "install tfe rpms"
|
||||
- name: "install tfe rpms from localhost"
|
||||
yum:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
vars:
|
||||
packages:
|
||||
name:
|
||||
- /tmp/ansible_deploy/tfe-kmod-v1.0.3.20190828-1dkms.noarch.rpm
|
||||
- /tmp/ansible_deploy/tfe-4.1.2.af90bc7-1.el7.x86_64.rpm
|
||||
state: present
|
||||
when: package_source == "local"
|
||||
|
||||
- name: "install tfe rpms from pulp"
|
||||
yum:
|
||||
name:
|
||||
- /tmp/ansible_deploy/tfe-kmod-v1.0.3.20190828-1dkms.noarch.rpm
|
||||
- tfe
|
||||
state: latest
|
||||
when: package_source == "pulp"
|
||||
|
||||
- name: "template tfe-env config"
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user