mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
7 lines
173 B
YAML
7 lines
173 B
YAML
---
|
|
- name: Build and deploy AWX
|
|
hosts: all
|
|
roles:
|
|
- {role: check_vars}
|
|
- {role: kubernetes, when: "openshift_host is defined or kubernetes_context is defined"}
|