blob: bbba673266562491bcd9416e435017372b96de0a [file] [log] [blame]
---
- include: configuration/opdk-setup-os.yml
vars:
hosts: 'planet'
- include: configuration/update-user.yml
vars:
hosts: 'planet'
user: 'root'
- include: components/opdk-install-component.yml
vars:
hosts: 'dc-1-ds'
component_profile: 'ds'
tags:
- ds
- include: components/opdk-install-component.yml
vars:
hosts: 'dc-1-ms'
component_profile: 'ms'
tags:
- ms
- include: components/opdk-install-component.yml
vars:
hosts: 'dc-1-rmp'
component_profile: 'rmp'
tags:
- rmp
- include: components/opdk-install-component.yml
vars:
hosts: 'dc-1-qpid'
component_profile: 'qs'
tags:
- qpid
- include: components/opdk-setup-postgres-common.yml
vars:
hosts: 'dc-1-pgmaster'
pg_component: 'master'
tags:
- pgmaster
- include: components/opdk-setup-postgres-common.yml
vars:
hosts: 'dc-1-pgstandby'
pg_component: 'standby'
tags:
- pgstandby
- include: configuration/opdk-setup-org-config.yml
vars:
hosts: 'dc-1-ms'
tags:
- org-config
- include: configuration/opdk-setup-org.yml
vars:
hosts: 'dc-1-ms'
tags:
- org
- include: validations/opdk-setup-validate.yml
tags:
- validate
- include: validations/opdk-setup-status.yml
vars:
hosts: 'dc-1'
tags:
- status
- include: validations/opdk-setup-log-files.yml
tags:
- logs