chore: add basic hosts and host-groups
for now with ip, will be switched to domains
This commit is contained in:
parent
7853f08a9a
commit
1c31a584dc
1 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue