blob: 59d192bf33bf7825109d491f590e3e53503d7450 [file] [log] [blame]
[defaults]
remote_user = ec2-user
hostfile = ~/.ansible/inventory/aws/1601-oraclelinux68-maruthi-dc1/
private_key_file = ~/.ssh/id_rsa
roles_path = ~/apigee-workspace/opdk-workspace
log_path = ~/.ansible/tmp/ansible.log
fact_caching_connection = ~/.ansible/tmp/cache
local_tmp = ~/.ansible/tmp
library = ~/.ansible/library/
host_key_checking = false
forks = 50
retry_files_enabled = False
# executable = /bin/bash
executable = sh
ansible_shell_type=sh
gathering = smart
fact_caching = jsonfile
module_name = shell
fact_caching_timeout = 7200
timeout = 60
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=7200s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -q
control_path=%(directory)s/ansible-ssh-%%h-%%p-%%r