mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03: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