50 lines
1014 B
YAML
50 lines
1014 B
YAML
---
|
|
all:
|
|
children:
|
|
control:
|
|
hosts:
|
|
ansible-node:
|
|
ansible_host: 192.168.200.106
|
|
|
|
dbservers:
|
|
hosts:
|
|
postgres:
|
|
ansible_host: 192.168.200.103
|
|
mysql:
|
|
ansible_host: 192.168.200.110
|
|
mongo:
|
|
ansible_host: 192.168.200.111
|
|
|
|
webservers:
|
|
hosts:
|
|
nginx:
|
|
ansible_host: 192.168.200.65
|
|
npm:
|
|
ansible_host: 192.168.200.71
|
|
|
|
infrastructure:
|
|
hosts:
|
|
docker:
|
|
ansible_host: 192.168.200.200
|
|
pihole:
|
|
ansible_host: 192.168.200.100
|
|
gitea:
|
|
ansible_host: 192.168.200.102
|
|
jenkins:
|
|
ansible_host: 192.168.200.91
|
|
|
|
application:
|
|
hosts:
|
|
hiveops:
|
|
ansible_host: 192.168.200.112
|
|
smartjournal:
|
|
ansible_host: 192.168.200.114
|
|
odoo:
|
|
ansible_host: 192.168.200.61
|
|
|
|
local:
|
|
hosts:
|
|
localhost:
|
|
ansible_connection: local
|
|
ansible_become: false
|