diff options
author | heqnx <root@heqnx.com> | 2025-06-24 00:28:18 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-24 00:28:18 +0300 |
commit | 4d996aff99c9c31ed66f82afb11c74569ccc6763 (patch) | |
tree | a4dd5b17132fb2a9543fcb2f8eecf440b5b76577 /inventory.yaml.example | |
parent | 5832dc592761147a607a3ba35af8715c9adb0527 (diff) | |
download | ansible-pve-host-4d996aff99c9c31ed66f82afb11c74569ccc6763.tar.gz ansible-pve-host-4d996aff99c9c31ed66f82afb11c74569ccc6763.zip |
adding wireguard setup for pve vm access
Diffstat (limited to 'inventory.yaml.example')
-rw-r--r-- | inventory.yaml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory.yaml.example b/inventory.yaml.example index 6f27497..115fb2b 100644 --- a/inventory.yaml.example +++ b/inventory.yaml.example @@ -7,6 +7,8 @@ all: hostname: proxmox-ve-test nat_subnet: 10.10.10.0/24 nat_bridge_ip: 10.10.10.1 + wg_subnet: 10.13.37.0/24 + wg_port: 31337 children: servers: hosts: |