diff options
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 |