mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Add image builder playbook for installer
This commit is contained in:
parent
bd5e33c2f4
commit
3201436edb
6
installer/build.yml
Normal file
6
installer/build.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: Build AWX Docker Images
|
||||||
|
hosts: all
|
||||||
|
gather_facts: false
|
||||||
|
roles:
|
||||||
|
- { role: image_build }
|
||||||
Loading…
x
Reference in New Issue
Block a user