Files
dc-deployments-automation/aws_jira_cluster_zdu.yml
2020-03-25 16:18:12 +11:00

21 lines
345 B
YAML

---
- hosts: localhost
connection: local
roles:
- role: jira_zdu_init
- hosts: all
serial: 1
any_errors_fatal: true
roles:
- role: aws_common
- role: product_common
- role: product_install
- role: jira_config
- role: product_startup
- hosts: localhost
connection: local
roles:
- role: jira_zdu_finish