Random_Ansible_Stuff/inventories/core_infrastructure.yml

44 lines
923 B
YAML

---
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/httptest
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:
database_nodes:
database: