1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-dirvish synced 2024-09-19 19:18:59 +02:00
ansible-collection-dirvish/docs/inventory.ini
2020-10-31 05:23:51 +01:00

32 lines
438 B
INI

[all:children]
clients
# Clients to be backed up
[clients:children]
lb
web
db
# Backup servers should have backups as well. Just make sure to
# exclude the dirvish vaults...
servers
[lb]
lb01.example.com
lb02.example.com
[web]
web01.example.com
web02.example.com
web03.example.com
[dbms]
dbms01.example.com
dbms02.example.com
dbms03.example.com
# Backup servers
[servers]
vault01.example.com
vault02.example.com
vault03.example.com