ansible.cfg
author Luke Hoersten <luke@hoersten.org>
Thu, 16 Aug 2018 20:25:56 -0500
changeset 60 48a3a65119d5
child 61 2dd82d9e2103
permissions -rw-r--r--
Initial commit.

[defaults]
remote_tmp = ~/.ansible/tmp

retry_files_enabled = false
roles_path = ./roles
become_flags = -H -S -n -E
squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
merge_multiple_cli_flags = true

# SSH
timeout = 10
executable = /bin/bash
host_key_checking = False
#remote_port    = 22

[ssh_connection]
pipelining = true