Razique Mahroua
2020-03-18 b85c91a8192593f6b62f93e11c971868964343a9
ansible.cfg
@@ -1,15 +1,16 @@
[defaults]
forks = 50
host_key_checking = False
#hostfile = ./scripts/ec2.py
become = True
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .ansible_facts
host_key_checking = False
nocows                  = 1
roles_path              = roles:ansible/roles
forks                   = 50
become                  = False
gathering               = smart
host_key_checking       = False
timeout                 = 60
callback_whitelist      = profile_tasks
#stdout_callback         = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks   = True
localhost_warning       = False
# override ssh_config ControlPath to use hashed value to handle long node names
[ssh_connection]
#control_path = /tmp/
control_path = /tmp/%%h-%%r
#ssh_args = -F ./ssh.cfg -o ControlMaster=auto -o ControlPersist=30m
[privilege_escalation]
become                  = False