Implement playbook to do ZDU

This commit is contained in:
Ben Partridge
2020-03-25 16:18:12 +11:00
parent 15e4beaabe
commit 9429e5243b
5 changed files with 92 additions and 0 deletions

21
aws_jira_cluster_zdu.yml Normal file
View File

@@ -0,0 +1,21 @@
---
- 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