summaryrefslogtreecommitdiffstats
path: root/roles/ansible
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-02-24 12:55:41 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-02-24 12:55:41 -0500
commit0a6602e6ff0e1340331002e371f5379ef74934a8 (patch)
tree75291b077a2d8e0f6d38f64c3e53039b375e2272 /roles/ansible
parentff08486781625fcdd13210963b94e2c1d3a2e00a (diff)
downloadopenshift-0a6602e6ff0e1340331002e371f5379ef74934a8.tar.gz
openshift-0a6602e6ff0e1340331002e371f5379ef74934a8.tar.bz2
openshift-0a6602e6ff0e1340331002e371f5379ef74934a8.tar.xz
openshift-0a6602e6ff0e1340331002e371f5379ef74934a8.zip
cleaned up ansible tower
Diffstat (limited to 'roles/ansible')
-rw-r--r--roles/ansible/tasks/main.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/ansible/tasks/main.yaml b/roles/ansible/tasks/main.yaml
new file mode 100644
index 000000000..67a04b919
--- /dev/null
+++ b/roles/ansible/tasks/main.yaml
@@ -0,0 +1,7 @@
+---
+# Install ansible client
+
+- name: Install Ansible
+ yum:
+ pkg: ansible
+ state: installed