diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-28 23:56:55 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-28 23:56:55 -0700 |
commit | 6d3cefc29d596fcce0d436391eb6feec16bf2018 (patch) | |
tree | 096b16849467669a3542ee2a3e76c57e4da827dd /group_vars/outbound.yml | |
parent | b8ffbfe27eae919750ef4d3facf02393d1004287 (diff) | |
download | infra-6d3cefc29d596fcce0d436391eb6feec16bf2018.tar.gz infra-6d3cefc29d596fcce0d436391eb6feec16bf2018.zip |
CI part one
Diffstat (limited to 'group_vars/outbound.yml')
-rw-r--r-- | group_vars/outbound.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/group_vars/outbound.yml b/group_vars/outbound.yml index d9b65bb..759872f 100644 --- a/group_vars/outbound.yml +++ b/group_vars/outbound.yml @@ -19,3 +19,16 @@ auth_key_expiration: '2y' auth_key_user: 'pocketmonsters' oauth_user_suffix: '@idm.{{ domain }}' + +# being in this list just means you'll have access to your own devices. +# the vpn_users oauth claim decides whether or not you're authorized to actually +# use the vpn. +vpn_users: + - liz + - lucina + - riley + +# but... there's no way to membership sync the groups that i know of... D: +vpn_admins: + - liz + - lucina |