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