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