mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 17:53:36 -05:00
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" }
|