Make use of ssh pipelining (#90)

And fixate ansible_managed variable
This commit is contained in:
Mischa ter Smitten 2017-01-12 14:01:31 +01:00 committed by Kevin van Zonneveld
parent 048fb5baf1
commit 778ec8fe77
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ global {
}
defaults {
host_key_checking = false
ansible_managed = "Ansible managed"
}
ssh_connection {
pipelining = true
}
}
}