summaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 17f526f93862b71292027c194395cda3010a212e (plain)
1
2
3
4
5
6
7
8
9
10
all:
  hosts:
    server01:
      ansible_host: 10.11.12.13
      ansible_user: root
      ansible_ssh_private_key_file: id_rsa
  children:
    servers:
      hosts:
        server01: {}