aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 115fb2be86552df2ffdd3f5127e2a7e39c83e9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all:
  hosts:
    server01:
      ansible_host: 10.11.12.13
      ansible_user: root
      ansible_ssh_private_key_file: id_rsa
      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:
        server01: {}