1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/installer/install.yml

10 lines
437 B
YAML
Raw Normal View History

2017-08-16 04:42:18 +03:00
---
2017-09-01 05:21:25 +03:00
- name: Build and deploy AWX
hosts: all
2017-08-16 04:42:18 +03:00
roles:
- {role: check_vars}
- {role: image_build, when: "dockerhub_base is not defined"}
- {role: image_push, when: "docker_registry is defined and dockerhub_base is not defined"}
- {role: kubernetes, when: "openshift_host is defined or kubernetes_context is defined"}
- {role: local_docker, when: "openshift_host is not defined and kubernetes_context is not defined"}