Files
courses/ansible/course/hosts/hosts.ini
T
2025-05-20 11:57:43 -04:00

15 lines
178 B
INI

web.mydomain.local
[db]
db1.mydomain.local
db2.mydomain.local
db3.mydomain.local
[web]
web1.mydomain.local
web2.mydomain.local
web3.mydomain.local
[customer1:children]
db
web