The beginnings of a backup solution
This commit is contained in:
42
inventories/core_infrastructure.yml
Normal file
42
inventories/core_infrastructure.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
all:
|
||||
hosts:
|
||||
blacktide:
|
||||
ansible_host: "192.168.3.2"
|
||||
connection: "local"
|
||||
web:
|
||||
ansible_host: "10.26.48.3"
|
||||
docker_backup:
|
||||
- container_name: http-test
|
||||
directories_to_backup:
|
||||
- /var/www/html
|
||||
backup_dir: /backup
|
||||
backup_name_prefix: http-test
|
||||
max_backups_kept: 5
|
||||
database:
|
||||
ansible_host: "10.12.34.3"
|
||||
publicworks:
|
||||
ansible_host: "10.77.7.3"
|
||||
dmz:
|
||||
ansible_host: "172.16.132.4"
|
||||
games:
|
||||
ansible_host: "10.20.24.3"
|
||||
nfsserver:
|
||||
ansible_host: "10.42.0.3"
|
||||
openocean:
|
||||
ansible_host: "172.16.132.2"
|
||||
boardwalk:
|
||||
ansible_host: "10.77.7.2"
|
||||
children:
|
||||
docker_nodes:
|
||||
hosts:
|
||||
web:
|
||||
database:
|
||||
publicworks:
|
||||
dmz:
|
||||
games:
|
||||
pfsense_nodes:
|
||||
hosts:
|
||||
openocean:
|
||||
boardwalk:
|
||||
|
||||
Reference in New Issue
Block a user