awx/installer/install.yml
2017-08-29 16:14:53 -04:00

9 lines
206 B
YAML

---
- hosts: all
gather_facts: false
roles:
- { role: image_build }
- { role: openshift, when: "openshift_host is defined" }
- { role: local_docker, when: "openshift_host is not defined" }