summaryrefslogtreecommitdiff
path: root/playbooks/roles/outbound/templates/headscale/config/acl.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-04-29 18:12:29 -0700
committerElizabeth Hunt <me@liz.coffee>2025-04-29 18:12:29 -0700
commit3ddb82656d6d0c34f47962db25d37adf6ebb15e1 (patch)
tree154c314d9a01a4a2aff8d41fae182ef7391583b1 /playbooks/roles/outbound/templates/headscale/config/acl.json
parentc7c2393bc06c0e49612e9d05e55c30028c02cd4a (diff)
downloadinfra-3ddb82656d6d0c34f47962db25d37adf6ebb15e1.tar.gz
infra-3ddb82656d6d0c34f47962db25d37adf6ebb15e1.zip
password manager
Diffstat (limited to 'playbooks/roles/outbound/templates/headscale/config/acl.json')
-rw-r--r--playbooks/roles/outbound/templates/headscale/config/acl.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/playbooks/roles/outbound/templates/headscale/config/acl.json b/playbooks/roles/outbound/templates/headscale/config/acl.json
index fe1197a..449207d 100644
--- a/playbooks/roles/outbound/templates/headscale/config/acl.json
+++ b/playbooks/roles/outbound/templates/headscale/config/acl.json
@@ -1,12 +1,17 @@
{
"groups": {
- "group:admin": ["liz"]
+ "group:internal": ["liz{{ oauth_user_suffix }}", "lucina{{ oauth_user_suffix }}", "riley{{ oauth_user_suffix }}"],
},
"acls": [
{
"action": "accept",
"src": ["{{ auth_key_user }}"],
"dst": ["{{ auth_key_user }}:*", "10.0.0.0/8:*"]
+ },
+ {
+ "action": "accept",
+ "src": ["group:internal"],
+ "dst": ["10.0.0.0/8:*"]
}
]
}