Compare commits

...

2 commits

Author SHA1 Message Date
1c31a584dc
chore: add basic hosts and host-groups
for now with ip, will be switched to domains
2025-08-20 11:34:53 +02:00
7853f08a9a
chore: set remote_user to root 2025-08-20 11:26:33 +02:00
2 changed files with 20 additions and 1 deletions

View file

@ -1,2 +1,3 @@
[defaults]
collections_paths = ./collections
remote_user = root

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