summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-02-17 16:41:48 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-02-17 16:41:48 -0500
commit8120628e5a4f913e770851c1a3172126d79695fc (patch)
tree7fba24a7a0a055eb02826221d14070cb4eddb376 /playbooks
parent57e489934ab7d6d895f7e4df1def3f9170773fa1 (diff)
downloadopenshift-8120628e5a4f913e770851c1a3172126d79695fc.tar.gz
openshift-8120628e5a4f913e770851c1a3172126d79695fc.tar.bz2
openshift-8120628e5a4f913e770851c1a3172126d79695fc.tar.xz
openshift-8120628e5a4f913e770851c1a3172126d79695fc.zip
ansible tower install
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/aws/ansible-tower/config.yml1
-rw-r--r--playbooks/aws/ansible-tower/launch.yml2
2 files changed, 2 insertions, 1 deletions
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