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:
Łukasz Oleś 2016-02-02 22:10:53 +01:00
parent e5392eeb1b
commit 77b8e6200a
1 changed files with 1 additions and 1 deletions

View File

@ -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