69 lines
1.3 KiB
YAML
69 lines
1.3 KiB
YAML
devservers:
|
|
hosts:
|
|
node09:
|
|
ansible_host: 101.100.172.55
|
|
ansible_port: 9991
|
|
node00:
|
|
ansible_host: 101.100.172.55
|
|
ansible_port: 9999
|
|
node01:
|
|
ansible_host: 101.100.172.55
|
|
ansible_port: 9998
|
|
|
|
debian:
|
|
hosts:
|
|
node00:
|
|
ansible_host: 101.100.172.55
|
|
ansible_port: 9999
|
|
node01:
|
|
ansible_host: 101.100.172.55
|
|
ansible_port: 9998
|
|
|
|
local:
|
|
hosts:
|
|
node00:
|
|
ansible_host: 192.168.50.114
|
|
ansible_port: 22
|
|
node01:
|
|
ansible_host: 192.168.50.68
|
|
ansible_port: 22
|
|
node02:
|
|
ansible_host: 192.168.50.56
|
|
ansible_port: 22
|
|
|
|
test:
|
|
hosts:
|
|
node05:
|
|
ansible_host: 192.168.50.205
|
|
ansible_port: 22
|
|
node09:
|
|
ansible_host: 192.168.50.209
|
|
ansible_port: 22
|
|
|
|
dev:
|
|
hosts:
|
|
dev301:
|
|
ansible_host: 192.168.50.71
|
|
dev302:
|
|
ansible_host: 192.168.50.170
|
|
|
|
prod:
|
|
hosts:
|
|
dc00:
|
|
ansible_host: 192.168.50.210
|
|
ansible_user: user
|
|
dc01:
|
|
ansible_host: 192.168.50.201
|
|
ansible_user: user
|
|
dc02:
|
|
ansible_host: 192.168.50.202
|
|
ansible_user: user
|
|
dc03:
|
|
ansible_host: 192.168.50.203
|
|
ansible_user: user
|
|
dc04:
|
|
ansible_host: 192.168.50.204
|
|
ansible_user: user
|
|
dc05:
|
|
ansible_host: 192.168.50.205
|
|
ansible_user: user |