diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-02 19:05:01 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-02 19:29:46 -0500 |
commit | b0a563db34c7ac86f36c3f293ea8610de1c8a35c (patch) | |
tree | b82cc3741cdb34d871eb17e68b7f894fbc0cbe3c /group_vars | |
parent | c6a770bd1a6cab43ec4282043bf4f5d6e175c19c (diff) | |
download | oldinfra-b0a563db34c7ac86f36c3f293ea8610de1c8a35c.tar.gz oldinfra-b0a563db34c7ac86f36c3f293ea8610de1c8a35c.zip |
finish headscale setup
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/vpn.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/group_vars/vpn.yml b/group_vars/vpn.yml index 211c13b..ea2f63d 100644 --- a/group_vars/vpn.yml +++ b/group_vars/vpn.yml @@ -14,7 +14,6 @@ headscale_directories: - '{{ headscale_var_data_dir }}' - '{{ headscale_pid_dir }}' -headscale_acl: {} -headscale_users: [] +headscale_users: ['simponic'] headscale_enable_routes: [] headscale_exit_nodes: [] |