Update geerling postgres role
This commit is contained in:
parent
8571931555
commit
f2d137ebe7
@ -13,6 +13,8 @@
|
|||||||
value: 240
|
value: 240
|
||||||
- option: shared_buffers
|
- option: shared_buffers
|
||||||
value: 128MB
|
value: 128MB
|
||||||
|
- option: log_directory
|
||||||
|
value: 'log'
|
||||||
postgresql_hba_entries:
|
postgresql_hba_entries:
|
||||||
- { type: local, database: all, user: postgres, auth_method: trust }
|
- { type: local, database: all, user: postgres, auth_method: trust }
|
||||||
- { type: local, database: all, user: all, auth_method: md5 }
|
- { type: local, database: all, user: all, auth_method: md5 }
|
||||||
|
@ -62,11 +62,11 @@
|
|||||||
tags: [ backup ]
|
tags: [ backup ]
|
||||||
- role: docker-tmodloader14
|
- role: docker-tmodloader14
|
||||||
tags: [ terraria, tmodloader ]
|
tags: [ terraria, tmodloader ]
|
||||||
- role: docker-tmodloader14
|
# - role: docker-tmodloader14
|
||||||
vars:
|
# vars:
|
||||||
tmodloader_external_port: "7778"
|
# tmodloader_external_port: "7778"
|
||||||
tmodloader_name: "test"
|
# tmodloader_name: "test"
|
||||||
tags: [ terraria-test, tmodloader-test ]
|
# tags: [ terraria-test, tmodloader-test ]
|
||||||
- role: git
|
- role: git
|
||||||
vars:
|
vars:
|
||||||
git_repos:
|
git_repos:
|
||||||
|
@ -14,7 +14,7 @@ roles:
|
|||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
# Upstream: https://github.com/geerlingguy/ansible-role-postgresql
|
# Upstream: https://github.com/geerlingguy/ansible-role-postgresql
|
||||||
- src: geerlingguy.postgresql
|
- src: geerlingguy.postgresql
|
||||||
version: 2.2.1
|
version: 3.5.0
|
||||||
# Upstream: https://github.com/Oefenweb/ansible-snmpd
|
# Upstream: https://github.com/Oefenweb/ansible-snmpd
|
||||||
- src: oefenweb.snmpd
|
- src: oefenweb.snmpd
|
||||||
version: master
|
version: master
|
||||||
|
Loading…
Reference in New Issue
Block a user