Alter permission schemes across hosts to account for ZT changes

This commit is contained in:
Salt 2022-02-13 13:41:20 -06:00
parent ba6eae9d97
commit 797abf0a52
2 changed files with 1 additions and 3 deletions

View File

@ -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 }}"

View File

@ -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: