1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
awx/installer/install.yml

11 lines
262 B
YAML
Raw Normal View History

2017-08-16 04:42:18 +03:00
---
2017-09-01 05:21:25 +03:00
- name: Build and deploy AWX
hosts: all
2017-08-16 04:42:18 +03:00
gather_facts: false
roles:
2017-09-01 05:21:25 +03:00
- { role: check_vars }
- { role: image_build }
- { role: openshift, when: "openshift_host is defined" }
- { role: local_docker, when: "openshift_host is not defined" }
2017-09-01 05:21:25 +03:00