aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 96a3d653391dd4e084a18639c20a1e89655c33bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
      enable_dnsmasq: false
      wg_subnet: 10.13.37.0/24
      wg_port: 31337
  children:
    servers:
      hosts:
        server01: {}