You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
410 B
YAML
18 lines
410 B
YAML
---
|
|
|
|
### tags:
|
|
|
|
- name: "Create database for <{{ inventory_hostname }}> if necessary"
|
|
include_role:
|
|
name: connect-postgres
|
|
vars:
|
|
ansible_ssh_host: "{{ stage }}-postgres-01.{{ domain }}"
|
|
|
|
- name: "Create realm for <{{ inventory_hostname }}> if necessary"
|
|
include_role:
|
|
name: connect-realm
|
|
|
|
- name: "Create connect for <{{ inventory_hostname }}> if necessary"
|
|
include_role:
|
|
name: connect
|