From 8120628e5a4f913e770851c1a3172126d79695fc Mon Sep 17 00:00:00 2001 From: Matt Woodson Date: Tue, 17 Feb 2015 16:41:48 -0500 Subject: ansible tower install --- playbooks/aws/ansible-tower/config.yml | 1 + playbooks/aws/ansible-tower/launch.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'playbooks/aws') diff --git a/playbooks/aws/ansible-tower/config.yml b/playbooks/aws/ansible-tower/config.yml index 069a7b7b1..33c331222 100644 --- a/playbooks/aws/ansible-tower/config.yml +++ b/playbooks/aws/ansible-tower/config.yml @@ -19,3 +19,4 @@ - ../../../roles/base_os - ../../../roles/ipv6_disable - ../../../roles/ansible_install + - ../../../roles/ansible_tower diff --git a/playbooks/aws/ansible-tower/launch.yml b/playbooks/aws/ansible-tower/launch.yml index b4b294a02..d2938f443 100644 --- a/playbooks/aws/ansible-tower/launch.yml +++ b/playbooks/aws/ansible-tower/launch.yml @@ -100,4 +100,4 @@ yum: name=* state=latest # Apply the configs, seprate so that just the configs can be run by themselves -#- include: config.yml +- include: config.yml -- cgit v1.2.3