blob: 970f9aa5c70c58738fe3c24a983fc924e38d2141 [file]
[defaults]
inventory = ~/.ansible/inventory/sample-edge-one-datacenter
fact_caching_connection = ~/.ansible/cache/sample-edge-one-datacenter
log_path = ~/.ansible/logs/sample-edge-one-datacenter.log
private_key_file = ~/.ssh/id_rsa
roles_path = ~/.ansible/roles
local_tmp = ~/.ansible/tmp
library = ~/.ansible/library/
remote_user = SSH_USER_NAME
host_key_checking = false
forks = 10
retry_files_enabled = False
ansible_shell_type=sh
gathering = smart
fact_caching = jsonfile
module_name = shell
merge_multiple_cli_tags=True
gather_subset = !ohai,!facter
display_args_to_stdout = True
timeout = 60
[ssh_connection]
# Sample ssh_args settings
# ssh_args = -o ControlMaster=auto -o ControlPersist=7200s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -q
ssh_args = -q
control_path=%(directory)s/ansible-ssh-%%h-%%p-%%r
pipelining = True