diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 22:16:04 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 22:16:04 -0400 |
commit | 27213e690c9e64bdc6084bb4daa3e1589b01f4d0 (patch) | |
tree | c1c3a58151247e924c72782faf0fc0860ed2b272 /roles/vpn/files | |
parent | e083b30ea26e59a954085bbafbb311b10b241ad3 (diff) | |
download | oldinfra-27213e690c9e64bdc6084bb4daa3e1589b01f4d0.tar.gz oldinfra-27213e690c9e64bdc6084bb4daa3e1589b01f4d0.zip |
woah
Diffstat (limited to 'roles/vpn/files')
-rw-r--r-- | roles/vpn/files/config/acl.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index b6a6145..9e54bd5 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -2,7 +2,8 @@ "groups": { "group:admin": ["elizabeth"], "group:roomates": ["riley"], - "group:friends": ["riley"], + "group:friends": ["riley", "rain"], + "group:rain": ["rain"], "group:sys": ["sys"] }, "tagOwners": { @@ -24,7 +25,7 @@ { "action": "accept", "src": ["group:sys"], - "dst": ["group:sys:*", "10.128.0.0/9:*"] + "dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*"] }, { "action": "accept", |