tag everything here
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
2762721ecf
commit
5defa0e203
1 changed files with 14 additions and 2 deletions
|
@ -6,34 +6,46 @@
|
|||
- ansible
|
||||
- git
|
||||
- pyOpenSSL
|
||||
tags:
|
||||
- awxinstall
|
||||
|
||||
- name: git clone the awx repo
|
||||
git:
|
||||
repo: https://github.com/ansible/awx.git
|
||||
dest: /srv/awx
|
||||
version: 1.0.5
|
||||
tags:
|
||||
- awxinstall
|
||||
|
||||
- name: git clone the awx-logos repo
|
||||
git:
|
||||
repo: https://github.com/ansible/awx-logos.git
|
||||
dest: /srv/awx-logos
|
||||
version: master
|
||||
tags:
|
||||
- awxinstall
|
||||
|
||||
- name: Copy inventory file over
|
||||
template: src=inventory dest=/srv/awx/installer/inventory
|
||||
tags:
|
||||
- awxinstall
|
||||
|
||||
- name: run ansible
|
||||
shell: "ansible-playbook install.yml -i inventory"
|
||||
args:
|
||||
chdir: "/srv/awx/installer"
|
||||
register: run_ansible_out
|
||||
tags:
|
||||
- awxinstall
|
||||
|
||||
- name: display run ansible stdout_lines
|
||||
debug:
|
||||
var: run_ansible_out.stdout_lines
|
||||
tags:
|
||||
- awxinstall
|
||||
|
||||
- name: display run ansible stderr
|
||||
debug:
|
||||
var: run_ansible_out.stderr
|
||||
|
||||
|
||||
tags:
|
||||
- awxinstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue