chore: add basic inventory for demo-mbazürich
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
425a679310
commit
7f35fc63a3
1 changed files with 48 additions and 0 deletions
48
inventories/demo-mbazürich/hosts.yml
Normal file
48
inventories/demo-mbazürich/hosts.yml
Normal file
|
|
@ -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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue