hosts: Move vmhost1.p.b to hosts.offline
Because *vmhost1.pyrocufflink.blue* is usually sleeping, continuous enforcement jobs always fail. By keeping it in a separate inventory file, configuration policy can still be applied to it manually, but it will be ignored by continuous enforcement.jenkins-master
parent
b415c0403e
commit
171edd72d9
2
hosts
2
hosts
|
@ -53,7 +53,6 @@ jenkins0.pyrocufflink.blue
|
|||
rprx0.pyrocufflink.blue
|
||||
smtp0.pyrocufflink.blue
|
||||
vmhost0.pyrocufflink.blue
|
||||
vmhost1.pyrocufflink.blue
|
||||
web0.pyrocufflink.blue
|
||||
zbx0.pyrocufflink.blue
|
||||
|
||||
|
@ -85,4 +84,3 @@ pyrocufflink
|
|||
|
||||
[vm-hosts]
|
||||
vmhost0.pyrocufflink.blue
|
||||
vmhost1.pyrocufflink.blue
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[all:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
||||
[dhcpcd:children]
|
||||
vm-hosts
|
||||
|
||||
[pyrocufflink]
|
||||
vmhost1.pyrocufflink.blue
|
||||
|
||||
[vm-hosts]
|
||||
vmhost1.pyrocufflink.blue
|
||||
|
||||
[zabbix:children]
|
||||
pyrocufflink
|
Loading…
Reference in New Issue