Skip to content

Instantly share code, notes, and snippets.

@pichuang
Last active June 7, 2019 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pichuang/7b1b826595aada062f37eee5ab9852a2 to your computer and use it in GitHub Desktop.
Save pichuang/7b1b826595aada062f37eee5ab9852a2 to your computer and use it in GitHub Desktop.
[defaults]
forks = 20
host_key_checking = False
roles_path = roles/
gathering = smart
fact_caching = jsonfile
fact_caching_connection = $HOME/ansible/facts
fact_caching_timeout = 600
log_path = ./ansible.log
nocows = 1
callback_whitelist = profile_tasks
inventory = ./hosts
stdout_callback = debug
[privilege_escalation]
become = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
control_path = %(directory)s/%%h-%%r
pipelining = True
timeout = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment