deployment-playbooks/ansible.cfg

17 lines
315 B
INI
Raw Normal View History

2017-11-12 09:06:57 -08:00
# config file for ansible -- http://ansible.com/
[defaults]
remote_tmp = $HOME/.ansible/tmp
forks = 20
gathering = implicit
# SSH timeout
timeout = 10
host_key_checking = False
2017-11-12 09:06:57 -08:00
remote_user = root
ansible_managed = This file is managed by ansible
[ssh_connection]
pipelining = True
scp_if_ssh = True