Last active
January 15, 2019 04:39
-
-
Save percygrunwald/2f90284b2b5ae5bab68c01e2025a5f7b to your computer and use it in GitHub Desktop.
My Default `ansible.cfg`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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