feat(postgresql): add ansible role for postgresql deployment
This commit is contained in:
6
playbooks/postgresql.yml
Normal file
6
playbooks/postgresql.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy and configure PostgreSQL
|
||||
hosts: "{{ postgresql_hosts | default('postgresql', true) }}"
|
||||
become: "{{ postgresql_become | default(true, true) }}"
|
||||
roles:
|
||||
- role: finallycoffee.databases.postgresql
|
Reference in New Issue
Block a user