mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Add image builder playbook for installer
This commit is contained in:
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 }
|
||||||
Reference in New Issue
Block a user