aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 69081acf22b2e45628fc93c65572c17f5237c236 (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
      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: {}