blob: 99db297a448fb848a292b86c3d21617ee3cfa48c [file] [log] [blame]
[defaults]
host_key_checking = false
hostfile = ~/.ansible/inventory/aws/1601-oraclelinux68-dc2/
forks = 50
remote_user = ec2-user
private_key_file = ~/.ssh/id_rsa
roles_path = ../../
log_path = ansible.log
retry_files_enabled = False
# executable = /bin/bash
# executable was set to sh, then synchronize worked with rsync
executable = sh
ansible_shell_type=sh
gathering = smart
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/tmp/cache
local_tmp = ~/.ansible/tmp
module_name = shell
# callback_plugins = ~/.ansible/plugins/callback
# callback_whitelist = human_log
library = ~/.ansible/library/
# 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