Disable host key checking for whole 10.0.0.0 net
On jenkins nodes may get IP addresse from the whole network. Change-Id: Ieb8cdf991d6e8d167be0b745bb44c3cd7ebd2d1f
This commit is contained in:
parent
e5392eeb1b
commit
77b8e6200a
@ -4,7 +4,7 @@
|
||||
hosts: all
|
||||
sudo: yes
|
||||
vars:
|
||||
ssh_ip_mask: "10.0.0.*"
|
||||
ssh_ip_mask: "10.*.*.*"
|
||||
tasks:
|
||||
- include: tasks/base.yaml
|
||||
- include: tasks/puppet.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user