Update arm-qa group playbook with new stuff since implemented.
This commit is contained in:
parent
001e9bb856
commit
69d8981a1f
1 changed files with 9 additions and 8 deletions
|
@ -11,13 +11,14 @@
|
|||
- ${private}/vars.yml
|
||||
|
||||
tasks:
|
||||
# make our /etc/motd file
|
||||
- include: $tasks/motd.yml
|
||||
# This task sets up fas_client for user management
|
||||
- include: $tasks/fas_client.yml
|
||||
# This task sets up /etc/hosts for us
|
||||
# this is how you include other task lists
|
||||
- include: $tasks/hosts.yml
|
||||
# This task includes our common scripts
|
||||
- include: $tasks/common_scripts.yml
|
||||
# This task includes our sudo config
|
||||
- include: $tasks/yumrepos.yml
|
||||
- include: $tasks/base.yml
|
||||
- include: $tasks/fas_client.yml
|
||||
- include: $tasks/2fa_client.yml
|
||||
- include: $tasks/motd.yml
|
||||
- include: $tasks/sudo.yml
|
||||
- include: $tasks/rkhunter.yml
|
||||
- include: $tasks/denyhosts.yml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue