From 7f35fc63a375507c108e91d5b8748e3730f02529 Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Fri, 27 Mar 2026 17:52:04 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20add=20basic=20inventory=20for=20demo-m?= =?UTF-8?q?baz=C3=BCrich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bert-Jan Fikse --- inventories/demo-mbazürich/hosts.yml | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 inventories/demo-mbazürich/hosts.yml diff --git a/inventories/demo-mbazürich/hosts.yml b/inventories/demo-mbazürich/hosts.yml new file mode 100644 index 0000000..6185519 --- /dev/null +++ b/inventories/demo-mbazürich/hosts.yml @@ -0,0 +1,48 @@ +all: + children: + all_servers: + hosts: + reverseproxy: + ansible_host: 172.16.9.117 + ansible_user: root + application: + ansible_host: 172.16.19.121 + ansible_user: root + storage: + ansible_host: 172.16.19.122 + ansible_user: root + turn: + ansible_host: 172.16.9.118 + 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