diff --git a/ansible.cfg b/ansible.cfg index 7f2020f..b4dc072 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,9 +1,11 @@ [defaults] +forks = 30 +timeout = 30 inventory = ./ansible/terraform.py remote_user = admin -host_key_checking = False -# this is useful when developing roles like infra-role-bootstrap -#roles_path = ../ +host_key_checking = false +# human-readable stdout/stderr results display +stdout_callback = debug [privilege_escalation] become = true @@ -14,6 +16,4 @@ become_user = root pipelining = True control_path = /tmp/ansible-ssh-%%h-%%p-%%r # necessary for cloning private git repos -ssh_args=-o ForwardAgent=yes -# this can be useful when accessing from weird wifi -#ssh_args = -o ForwardAgent=yes -o ProxyCommand='ssh -A -t arael.magi.blue nc %h %p 2>/dev/null' +ssh_args=-o ForwardAgent=yes -o ConnectTimeout=360