mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
Add support for standalone docker install
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
roles:
|
||||
- role: image_build
|
||||
- role: openshift
|
||||
- { role: image_build }
|
||||
- { role: openshift, when: "openshift_host is defined" }
|
||||
- { role: local_docker, when: "openshift_host is not defined" }
|
||||
|
||||
Reference in New Issue
Block a user