mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
9 lines
206 B
YAML
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" }
|