Compare commits
1 Commits
b0213d132a
...
6c363a80f4
Author | SHA1 | Date | |
---|---|---|---|
6c363a80f4 |
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
|
@ -21,7 +21,8 @@ postgresql_container_image: >-2
|
|||||||
'_' + postgresql_container_image_flavour | default('', true),
|
'_' + postgresql_container_image_flavour | default('', true),
|
||||||
'',
|
'',
|
||||||
)
|
)
|
||||||
)
|
),
|
||||||
|
true
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user