x86_64-centos-awx/tools/ansible/build.yml
2021-03-02 20:53:43 +08:00

9 lines
197 B
YAML

---
- name: Build AWX Docker Images
hosts: localhost
gather_facts: true
roles:
- {role: dockerfile}
- {role: image_build}
- {role: image_push, when: "docker_registry is defined"}