1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/hosts.ini

23 lines
241 B
INI
Raw Normal View History

2020-12-23 01:17:14 +01:00
[web]
2020-12-13 00:10:12 +01:00
web01.l3d.space
2021-01-01 02:52:42 +01:00
[mail]
mail01.l3d.space
2021-07-16 19:55:33 +02:00
2022-11-11 00:39:06 +01:00
[services]
services.l3d.space
2022-05-31 23:47:17 +02:00
# [home]
# luna.l3d.ch ansible_host=luna.local
2021-07-16 19:55:33 +02:00
[resolver]
2022-05-31 23:47:17 +02:00
# luna.l3d.ch ansible_host=luna.local
2021-07-16 19:55:33 +02:00
[resolver:children]
mail
2022-11-12 21:21:23 +01:00
[nginx]
[nginx:children]
web
services