增加基础组件、rulescan、maat的自动部署

This commit is contained in:
Lu Qiuwen
2019-06-18 21:24:42 +08:00
commit 3cab0a9c99
20 changed files with 1103 additions and 0 deletions

14
roles/tfe/tasks/main.yml Normal file
View File

@@ -0,0 +1,14 @@
---
- name: "copy tfe program to destination server"
copy:
src: roles/tfe/files/
dest: /tmp/tfe/
- name: "install tfe rpms"
yum:
name: /tmp/tfe/tfe-debug-*.rpm
state: present
- name: "modify mgr interface"
ini_file: