deployment-playbooks/ansible.cfg

12 lines
235 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
remote_user = root
ansible_managed = This file is managed by ansible