summaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 58726433eee6dd4ff06ec297589c51c5adca11c9 (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
      email: root@example.com
      radio_name: "my radio"
      radio_genre: "my genre"
      radio_description: "my description"
      radio_url: "https://test123.com"
  children:
    servers:
      hosts:
        server01: {}