From 797abf0a52d1bf5845475dfaec03bbfc35633df0 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 13 Feb 2022 13:41:20 -0600 Subject: [PATCH] Alter permission schemes across hosts to account for ZT changes --- playbooks/home_db.yml | 2 -- playbooks/home_fs.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/home_db.yml b/playbooks/home_db.yml index 735c23a..545fea5 100755 --- a/playbooks/home_db.yml +++ b/playbooks/home_db.yml @@ -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 }}" diff --git a/playbooks/home_fs.yml b/playbooks/home_fs.yml index 9376889..38f89b9 100755 --- a/playbooks/home_fs.yml +++ b/playbooks/home_fs.yml @@ -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: