7 lines
222 B
YAML
7 lines
222 B
YAML
---
|
|
- name: Deploy and configure PostgreSQL
|
|
hosts: "{{ postgresql_hosts | default('postgresql', true) }}"
|
|
become: "{{ postgresql_become | default(true, true) }}"
|
|
roles:
|
|
- role: finallycoffee.databases.postgresql
|