aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 6f274973605f6f2c83551513d9acec8885ffaa56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
  children:
    servers:
      hosts:
        server01: {}