diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-04 13:11:49 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-04 13:57:11 -0800 |
commit | 260785e7440ffe10acc23f3357dad94d2c774519 (patch) | |
tree | cab63e42882aeb98ae47d8d3d0471cd459b86d9d | |
parent | 15c05029129afdc2a3f7e6b2c36e93d297b3de73 (diff) | |
download | oldinfra-260785e7440ffe10acc23f3357dad94d2c774519.tar.gz oldinfra-260785e7440ffe10acc23f3357dad94d2c774519.zip |
add lucina
-rw-r--r-- | group_vars/vpn.yml | 1 | ||||
-rw-r--r-- | roles/vpn/files/config/acl.json | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/group_vars/vpn.yml b/group_vars/vpn.yml index 40a5003..be91bca 100644 --- a/group_vars/vpn.yml +++ b/group_vars/vpn.yml @@ -4,3 +4,4 @@ headscale_allowed_users: - "elizabeth@simponic.xyz" - "riley@simponic.xyz" - "rain@simponic.xyz" + - "lucina@simponic.xyz" diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index e92eb74..c33dc49 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -1,9 +1,10 @@ { "groups": { "group:admin": ["elizabeth"], - "group:roomates": ["riley"], + "group:roomates": ["riley", "lucina"], "group:friends": ["riley", "rain"], "group:rain": ["rain"], + "group:lucina": ["lucina"], "group:sys": ["sys"] }, "tagOwners": { @@ -25,7 +26,7 @@ { "action": "accept", "src": ["group:sys"], - "dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*"] + "dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*", "192.168.1.0/24:*", "group:lucina:*"] }, { "action": "accept", @@ -35,7 +36,7 @@ { "action": "accept", "src": ["group:roomates"], - "dst": ["10.0.0.0/8:*"] + "dst": ["10.0.0.0/8:*", "192.168.86.0/24:*", "192.168.1.0/24:*"] }, { "action": "accept", |