更新framework到2.0.9

This commit is contained in:
Lu Qiuwen
2019-06-22 17:22:05 +08:00
parent d064f3426e
commit 156d48241f
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
- /tmp/ansible_deploy/dkms/zlib-1.2.7-18.el7.x86_64.rpm - /tmp/ansible_deploy/dkms/zlib-1.2.7-18.el7.x86_64.rpm
- /tmp/ansible_deploy/dkms/which-2.20-7.el7.x86_64.rpm - /tmp/ansible_deploy/dkms/which-2.20-7.el7.x86_64.rpm
- /tmp/ansible_deploy/dkms/dkms-2.7.1-1.el7.noarch.rpm - /tmp/ansible_deploy/dkms/dkms-2.7.1-1.el7.noarch.rpm
- /tmp/ansible_deploy/framework/framework-debug-2.0.8-1.el7.centos.x86_64.rpm - /tmp/ansible_deploy/framework/framework-2.0.9.f583d06-1.el7.centos.x86_64
- name: "install/update rulescan header files" - name: "install/update rulescan header files"
synchronize: synchronize:

View File

@@ -1,5 +1,7 @@
- hosts: blade-03 - hosts: blade-03
roles: roles:
- framework
- mrzcpd
- tfe - tfe
vars_files: vars_files:
- "vars/common.yml" - "vars/common.yml"
@@ -9,12 +11,10 @@
name: eth0 name: eth0
- nic_data_incoming: - nic_data_incoming:
name: eth3 name: eth3
address: 172.16.254.1
mac: AA:BB:CC:DD:EE:FF mac: AA:BB:CC:DD:EE:FF
peer: 172.16.254.254
- nic_traffic_mirror: - nic_traffic_mirror:
name: eth4 name: eth4
use_mrzcpd: 1
# - hosts: blade-00 # - hosts: blade-00