Skip to content

Instantly share code, notes, and snippets.

@percygrunwald
Last active January 15, 2019 04:39
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 percygrunwald/2f90284b2b5ae5bab68c01e2025a5f7b to your computer and use it in GitHub Desktop.
Save percygrunwald/2f90284b2b5ae5bab68c01e2025a5f7b to your computer and use it in GitHub Desktop.
My Default `ansible.cfg`
[defaults]
inventory = ./inventory
host_key_checking = False
vault_password_file = vault.key
callback_whitelist = profile_tasks
retry_files_enabled = False
[ssh_connection]
ssh_args = -F ./ssh.cfg -o ControlMaster=auto -o ControlPersist=30m
control_path = ~/.ssh/ansible-%%r@%%h:%%p
pipelining = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment