mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md
9 lines
197 B
YAML
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"}
|