From 9457306a881cfe476ee0abbdba4f6f1eaa80db9d Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 5 Jul 2025 12:21:29 +0300 Subject: initial commit on a working icecast2 setup --- inventory.yaml.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 inventory.yaml.example (limited to 'inventory.yaml.example') 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: {} -- cgit v1.2.3