Skip to content

Commit

Permalink
Add myf and andreas to wireguard.yaml (#10)
Browse files Browse the repository at this point in the history
* Add myf and andreas to wireguard.yaml

* Fix ports wireguard.yaml
  • Loading branch information
danielhmetro authored Feb 14, 2025
1 parent d64fbfb commit 03e0e2b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ansible/wireguard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,15 @@ wireguard_configs:
PORT: 51860
PEER_PUBLIC_KEY: pvHVnAw3uDbWjJcW8+9OoWG9e+Z1UPK8X0lkBWaC5Uc=
INTERFACE_ADDRESS: "10.70.250.125/30"

# For myf machupicchu (SN1 migration)
- NAME: myf
PORT: 51861
PEER_PUBLIC_KEY: sgnFN7Uj6acjc9gmDAwD7dGnMGGrP4Hb4OJY53X5RGA=
INTERFACE_ADDRESS: "10.70.250.78/31"

# For Andreas Pumberger #12723 (SN1 migration)
- NAME: andreas
PORT: 51862
PEER_PUBLIC_KEY: Q8W/lwGahGN+lNTL5kBHZMTwTW+aoZU5H6hRTJPMnHQ=
INTERFACE_ADDRESS: "10.70.250.80/31"

0 comments on commit 03e0e2b

Please sign in to comment.