diff options
author | heqnx <root@heqnx.com> | 2025-07-05 12:21:29 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-05 12:21:29 +0300 |
commit | 9457306a881cfe476ee0abbdba4f6f1eaa80db9d (patch) | |
tree | a0051e68286eb93381a398d2681ec5a14f5c035e /inventory.yaml.example | |
parent | 730705affa4407a9dee7c52e5deb825020da110d (diff) | |
download | ansible-icecast2-9457306a881cfe476ee0abbdba4f6f1eaa80db9d.tar.gz ansible-icecast2-9457306a881cfe476ee0abbdba4f6f1eaa80db9d.zip |
initial commit on a working icecast2 setup
Diffstat (limited to 'inventory.yaml.example')
-rw-r--r-- | inventory.yaml.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/inventory.yaml.example b/inventory.yaml.example new file mode 100644 index 0000000..5872643 --- /dev/null +++ b/inventory.yaml.example @@ -0,0 +1,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: {} |