From aeab0e7c54e3995312490e7c4476f162b880f625 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 23 Mar 2025 21:35:03 -0700 Subject: fix outbound stuff --- playbooks/roles/outbound/templates/headscale/config/acl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 playbooks/roles/outbound/templates/headscale/config/acl.json (limited to 'playbooks/roles/outbound/templates/headscale/config/acl.json') diff --git a/playbooks/roles/outbound/templates/headscale/config/acl.json b/playbooks/roles/outbound/templates/headscale/config/acl.json new file mode 100644 index 0000000..fe1197a --- /dev/null +++ b/playbooks/roles/outbound/templates/headscale/config/acl.json @@ -0,0 +1,12 @@ +{ + "groups": { + "group:admin": ["liz"] + }, + "acls": [ + { + "action": "accept", + "src": ["{{ auth_key_user }}"], + "dst": ["{{ auth_key_user }}:*", "10.0.0.0/8:*"] + } + ] +} -- cgit v1.2.3-70-g09d2