diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-02-24 12:55:41 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-02-24 12:55:41 -0500 |
commit | 0a6602e6ff0e1340331002e371f5379ef74934a8 (patch) | |
tree | 75291b077a2d8e0f6d38f64c3e53039b375e2272 /roles/ansible | |
parent | ff08486781625fcdd13210963b94e2c1d3a2e00a (diff) | |
download | openshift-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.yaml | 7 |
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 |