Skip to content

Commit

Permalink
Add ssh access to store node for tanya
Browse files Browse the repository at this point in the history
  • Loading branch information
stubbsta committed Oct 3, 2024
1 parent 10457bf commit 64b2d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/group_vars/store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Custom SSH accounts, should start from UID 8000.
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY [email protected]' }
- { name: tanya, uid: 8001, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH9UsceZPWz8Lhtxbvo8ximWZnaSbOTqvl/tWrZ6enja [email protected]'}

# Hourly rotation to avoid disk space issue
bootstrap__logrotate_frequency: 'hourly'
Expand Down

0 comments on commit 64b2d59

Please sign in to comment.