We need to install and start docker ourselves
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
fa9be4cc0a
commit
0dced93f85
1 changed files with 5 additions and 0 deletions
|
@ -6,9 +6,14 @@
|
||||||
- ansible
|
- ansible
|
||||||
- git
|
- git
|
||||||
- pyOpenSSL
|
- pyOpenSSL
|
||||||
|
- docker
|
||||||
|
- python-docker-py
|
||||||
tags:
|
tags:
|
||||||
- awxinstall
|
- awxinstall
|
||||||
|
|
||||||
|
- name: Start and enable docker
|
||||||
|
service: name=docker enabled=yes state=started
|
||||||
|
|
||||||
- name: git clone the awx repo
|
- name: git clone the awx repo
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/ansible/awx.git
|
repo: https://github.com/ansible/awx.git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue