mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Add support for installing AWX from official images
* New options in the inventory file * Add defaults to some variables
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: check_vars }
|
||||
- { role: image_build }
|
||||
- { role: image_build, when: "dockerhub_base is not defined" }
|
||||
- { role: openshift, when: "openshift_host is defined" }
|
||||
- { role: local_docker, when: "openshift_host is not defined" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user