From 678849b973a85c1349f02702e4fe16e9e9343425 Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Fri, 27 Mar 2026 17:45:41 +0100 Subject: [PATCH] chore: add basic inventory for demo-gymburgdorf Signed-off-by: Bert-Jan Fikse --- inventories/demo-gymburgdorf/hosts.yml | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 inventories/demo-gymburgdorf/hosts.yml diff --git a/inventories/demo-gymburgdorf/hosts.yml b/inventories/demo-gymburgdorf/hosts.yml new file mode 100644 index 0000000..28fab11 --- /dev/null +++ b/inventories/demo-gymburgdorf/hosts.yml @@ -0,0 +1,48 @@ +all: + children: + all_servers: + hosts: + reverseproxy: + ansible_host: 172.16.9.111 + ansible_user: root + application: + ansible_host: 172.16.19.101 + ansible_user: root + storage: + ansible_host: 172.16.19.102 + ansible_user: root + turn: + ansible_host: 172.16.9.112 + ansible_user: root + + traefik_servers: + children: + all_servers: + + backend_servers: + hosts: + application: + + garage_servers: + hosts: + storage: + + nextcloud_servers: + hosts: + application: + + opencloud_servers: + hosts: + application: + + collabora_servers: + hosts: + application: + + drawio_servers: + hosts: + application: + + authentik_servers: + hosts: + application: \ No newline at end of file