Skip to content

Commit 900ee6f

Browse files
matofederscoopex
andauthored
Add matofeder wg user (#23)
* Add matofeder to the wireguard_users Signed-off-by: Matej Feder <matej.feder@dnation.cloud> * Fix link in System_Runbooks doc page Signed-off-by: Matej Feder <matej.feder@dnation.cloud> --------- Signed-off-by: Matej Feder <matej.feder@dnation.cloud> Co-authored-by: Marc Schöchlin <schoechlin@osb-alliance.com>
1 parent 81ae4d3 commit 900ee6f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

documentation/System_Runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
echo "${VPN_KEYDIR?}"
2727
cat ${VPN_KEYDIR?}/wireguard_public.key
2828
```
29-
* User: Edit [../inventory/group_vars/all.yml](../inventory/group_vars/all.yml) in section ``wireguard_users``
29+
* User: Edit [../inventory/group_vars/wireguard.yml](../inventory/group_vars/wireguard.yml) in section ``wireguard_users``
3030
* Add username (same as github handle)
3131
* Add public key to user entry
3232
* Remove outdated users

inventory/group_vars/wireguard.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ wireguard_users:
1111
- name: scoopex
1212
key: 3XfXCmSo5+2kCrUgI/OmQDxSrx3gnomvFESNUhXVflw=
1313
ip: 10.10.1.20
14-
15-
14+
- name: matofeder
15+
key: EkL7bli2t4EJSDYo4Edyhg8enHI1zOR+A54Ghco1OlY=
16+
ip: 10.10.1.21

0 commit comments

Comments
 (0)