chore: add basic hosts and host-groups

for now with ip, will be switched to domains
This commit is contained in:
Bert-Jan Fikse 2025-08-20 11:34:53 +02:00
parent 7853f08a9a
commit 1c31a584dc
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A

View file

@ -0,0 +1,18 @@
[all_servers]
172.16.9.88
192.168.100.72 ansible_port=2222
192.168.100.73
[dmz]
172.16.9.88
[forgejo_servers]
192.168.100.72 ansible_port=2222
[nextcloud_servers]
192.168.100.73
[reverseproxy_servers]
172.16.9.88
192.168.100.72 ansible_port=2222
192.168.100.73