From 69d8981a1fa6a011c451a8677b9984df8c436611 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 6 Jun 2013 17:22:45 +0000 Subject: [PATCH] Update arm-qa group playbook with new stuff since implemented. --- playbooks/groups/arm-qa.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 +