set up role for wireguard connections
This commit is contained in:
parent
39a531cf87
commit
6c77886916
9 changed files with 137 additions and 0 deletions
4
inventory/host_vars/157.90.125.225/vars.yml
Normal file
4
inventory/host_vars/157.90.125.225/vars.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.0.0.2/24"
|
||||
wireguard_peers:
|
||||
- "78.22.233.14"
|
||||
4
inventory/host_vars/51.254.128.104/vars.yml
Normal file
4
inventory/host_vars/51.254.128.104/vars.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.0.0.3/24"
|
||||
wireguard_peers:
|
||||
- "78.22.233.14"
|
||||
5
inventory/host_vars/78.22.233.14/vars.yml
Normal file
5
inventory/host_vars/78.22.233.14/vars.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
wireguard_address: "10.0.0.1/24"
|
||||
wireguard_peers:
|
||||
- "157.90.125.225"
|
||||
- "51.254.128.104"
|
||||
Loading…
Add table
Add a link
Reference in a new issue