diff --git a/playbooks/groups/arm-qa.yml b/playbooks/groups/arm-qa.yml index ca79a2ed88..8cd69df4c6 100644 --- a/playbooks/groups/arm-qa.yml +++ b/playbooks/groups/arm-qa.yml @@ -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 +