Improved ansible.cfg (#70)

* Add working public private key pair

* Improved ansible_managed setting

* Make use of SSH pipelining
This commit is contained in:
Mischa ter Smitten 2016-11-03 10:20:58 +01:00 committed by Kevin van Zonneveld
parent 8174314669
commit e882b88697
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
}
}
}