Alter permission schemes across hosts to account for ZT changes
This commit is contained in:
parent
ba6eae9d97
commit
797abf0a52
@ -30,8 +30,6 @@
|
||||
- { type: host, database: all, user: all, address: '::1/128', auth_method: md5 }
|
||||
# Used for internal access from other nodes
|
||||
- { type: host, database: all, user: all, address: '192.168.0.0/16', auth_method: md5 }
|
||||
# Allow hosts over zerotier
|
||||
- { type: host, database: all, user: all, address: '172.23.0.0/16', auth_method: md5 }
|
||||
postgresql_users:
|
||||
- name: gulagbot-desultd
|
||||
password: "{{ secret_gulagbot_db_pass }}"
|
||||
|
@ -16,7 +16,7 @@
|
||||
- role: geerlingguy.nfs
|
||||
vars:
|
||||
nfs_exports:
|
||||
- "/nfs 192.168.0.0/16(rw,no_root_squash,sync) 172.23.0.0/16(rw,no_root_squash,sync)"
|
||||
- "/nfs 192.168.0.0/16(rw,no_root_squash,sync) 172.24.0.0/16(rw,no_root_squash,sync)"
|
||||
tags: [ storage, nfs ]
|
||||
- role: bertvv.samba
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user