added ansible conf and hosts file
This commit is contained in:
parent
c0a63ca627
commit
a100c43e15
|
|
@ -0,0 +1,27 @@
|
||||||
|
[defaults]
|
||||||
|
|
||||||
|
inventory = /etc/ansible/hosts
|
||||||
|
remote_tmp = /tmp
|
||||||
|
interpreter_python = auto_silent
|
||||||
|
host_key_checking = False
|
||||||
|
remote_user = root
|
||||||
|
|
||||||
|
[inventory]
|
||||||
|
enable_plugins = host_list, script, auto, yaml, ini, toml
|
||||||
|
[privilege_escalation]
|
||||||
|
|
||||||
|
[paramiko_connection]
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
|
||||||
|
[persistent_connection]
|
||||||
|
|
||||||
|
[accelerate]
|
||||||
|
|
||||||
|
[selinux]
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
|
||||||
|
|
@ -0,0 +1,86 @@
|
||||||
|
[sis_srvs:children]
|
||||||
|
chernov_srvs
|
||||||
|
optibit_srvs
|
||||||
|
msk_srvs
|
||||||
|
client_srvs
|
||||||
|
spb_srvs
|
||||||
|
test
|
||||||
|
|
||||||
|
[client_srvs]
|
||||||
|
ttk ansible_host=80.240.33.145
|
||||||
|
|
||||||
|
[test]
|
||||||
|
danya ansible_host=185.25.60.110
|
||||||
|
|
||||||
|
[optibit_srvs]
|
||||||
|
optibit_rtr ansible_host=185.25.60.228 ansible_port=29849
|
||||||
|
optibit_mult ansible_host=185.25.60.228 ansible_port=27516
|
||||||
|
optibit_stcp ansible_host=185.25.60.228 ansible_port=27517
|
||||||
|
optibit_stcpl2 ansible_host=185.25.60.228 ansible_port=27519
|
||||||
|
optibit_stcpl2-2 ansible_host=185.25.60.228 ansible_port=27515
|
||||||
|
optibit_zabbix-proxy ansible_host=185.25.60.228 ansible_port=27522
|
||||||
|
optibit_fz ansible_host=185.25.60.228 ansible_port=27518
|
||||||
|
optibit_mts-test ansible_host=185.25.60.63 ansible_port=27525
|
||||||
|
|
||||||
|
[chernov_srvs]
|
||||||
|
chernov_rtr ansible_host=95.172.130.227 ansible_port=29849
|
||||||
|
chernov_mult ansible_host=95.172.130.227 ansible_port=27516
|
||||||
|
chernov_stcp ansible_host=95.172.130.227 ansible_port=27517
|
||||||
|
chernov_stcp-cka ansible_host=95.172.130.227 ansible_port=27520
|
||||||
|
chernov_knp ansible_host=95.172.130.226
|
||||||
|
chernov_texas ansible_host=95.172.130.229 ansible_port=27516
|
||||||
|
chernov_zabbix ansible_host=95.172.130.227 ansible_port=27521
|
||||||
|
|
||||||
|
[msk_srvs]
|
||||||
|
beeline ansible_host=194.186.177.66
|
||||||
|
vscale ansible_host=188.246.233.126
|
||||||
|
#yaroslavl ansible_host=128.75.233.100
|
||||||
|
volgaflot ansible_host=178.176.224.14 ansible_port=29849
|
||||||
|
|
||||||
|
[spb_srvs]
|
||||||
|
sisspb ansible_host=89.223.121.115
|
||||||
|
|
||||||
|
[stcp_srvs]
|
||||||
|
optibit_stcp
|
||||||
|
optibit_stcpl2
|
||||||
|
optibit_stcpl2-2
|
||||||
|
chernov_stcp
|
||||||
|
chernov_knp
|
||||||
|
chernov_stcp-cka
|
||||||
|
chernov_texas
|
||||||
|
vscale
|
||||||
|
beeline
|
||||||
|
sisspb
|
||||||
|
ttk
|
||||||
|
volgaflot
|
||||||
|
|
||||||
|
[multilink_srvs]
|
||||||
|
optibit_mult
|
||||||
|
chernov_mult
|
||||||
|
chernov_knp
|
||||||
|
|
||||||
|
[centos_srvs]
|
||||||
|
optibit_mult
|
||||||
|
optibit_stcp
|
||||||
|
optibit_stcpl2
|
||||||
|
optibit_stcpl2-2
|
||||||
|
optibit_zabbix-proxy
|
||||||
|
chernov_stcp-cka
|
||||||
|
optibit_fz
|
||||||
|
optibit_mts-test
|
||||||
|
chernov_mult
|
||||||
|
chernov_stcp
|
||||||
|
chernov_knp
|
||||||
|
chernov_texas
|
||||||
|
chernov_zabbix
|
||||||
|
beeline
|
||||||
|
sisspb
|
||||||
|
#yaroslavl
|
||||||
|
ttk
|
||||||
|
|
||||||
|
[debian_srvs]
|
||||||
|
vscale
|
||||||
|
|
||||||
|
[alpine_srvs]
|
||||||
|
optibit_rtr
|
||||||
|
chernov_rtr
|
||||||
Loading…
Reference in New Issue