From 425a6793103cf19f09aa495fd5cd99d5c2b82943 Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Fri, 27 Mar 2026 17:48:15 +0100 Subject: [PATCH] chore: add basic inventory for demo-phbern Signed-off-by: Bert-Jan Fikse --- inventories/demo-phbern/hosts.yml | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 inventories/demo-phbern/hosts.yml diff --git a/inventories/demo-phbern/hosts.yml b/inventories/demo-phbern/hosts.yml new file mode 100644 index 0000000..1dafcf5 --- /dev/null +++ b/inventories/demo-phbern/hosts.yml @@ -0,0 +1,48 @@ +all: + children: + all_servers: + hosts: + reverseproxy: + ansible_host: 172.16.9.114 + ansible_user: root + application: + ansible_host: 172.16.19.111 + ansible_user: root + storage: + ansible_host: 172.16.19.112 + ansible_user: root + turn: + ansible_host: 172.16.9.115 + 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