Add image builder playbook for installer

This commit is contained in:
Matthew Jones 2017-09-25 12:22:59 -04:00
parent bd5e33c2f4
commit 3201436edb
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C

6
installer/build.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Build AWX Docker Images
hosts: all
gather_facts: false
roles:
- { role: image_build }