author | Luke Hoersten <luke@hoersten.org> |
Thu, 16 Aug 2018 20:25:56 -0500 | |
changeset 60 | 48a3a65119d5 |
child 61 | 2dd82d9e2103 |
permissions | -rw-r--r-- |
60 | 1 |
[defaults] |
2 |
remote_tmp = ~/.ansible/tmp |
|
3 |
||
4 |
retry_files_enabled = false |
|
5 |
roles_path = ./roles |
|
6 |
become_flags = -H -S -n -E |
|
7 |
squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper |
|
8 |
merge_multiple_cli_flags = true |
|
9 |
||
10 |
# SSH |
|
11 |
timeout = 10 |
|
12 |
executable = /bin/bash |
|
13 |
host_key_checking = False |
|
14 |
#remote_port = 22 |
|
15 |
||
16 |
[ssh_connection] |
|
17 |
pipelining = true |