init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
10
ansible/inventories/prod/group_vars/wg_peers/wireguard.yml
Normal file
10
ansible/inventories/prod/group_vars/wg_peers/wireguard.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
wg_client_peers:
|
||||
-
|
||||
name: "Tiara's Pixel 8 Pro"
|
||||
public_key: "0bMudTNuiRCaOdFKvWy+N6X2czYWt8nKe7OIiFS5LEY="
|
||||
allowed_ips: "10.0.0.3/32"
|
||||
-
|
||||
name: "Tiara's Workstation"
|
||||
public_key: "8Cwcyqu3Xo0th6Lkk5arcG7MdgwEejocYrA/+RRbrgA="
|
||||
allowed_ips: "10.0.0.4/32"
|
||||
Loading…
Add table
Add a link
Reference in a new issue