Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
grant SSH access to fryorcraken
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Feb 15, 2022
1 parent e4e288b commit 4c74a9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul/cluster", field
bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="agent-default")}}'
# Wireguard
wireguard_consul_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="wireguard")}}'

# SSH Access
bootstrap__active_extra_users:
- { name: fryorcraken, uid: 8000, groups: ['sudo'], key: '[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIOYBb8yvAPN98qRB1BZApW/iEnEawlMWyJOXKPPHR2cHAAAABHNzaDo= [email protected]' }

0 comments on commit 4c74a9e

Please sign in to comment.