Improved ansible.cfg (#70)
* Add working public private key pair * Improved ansible_managed setting * Make use of SSH pipelining
This commit is contained in:
parent
8174314669
commit
e882b88697
|
@ -10,6 +10,10 @@ global {
|
||||||
}
|
}
|
||||||
defaults {
|
defaults {
|
||||||
host_key_checking = false
|
host_key_checking = false
|
||||||
|
ansible_managed = "Ansible managed"
|
||||||
|
}
|
||||||
|
ssh_connection {
|
||||||
|
pipelining = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue