changeset 60 | 48a3a65119d5 |
child 61 | 2dd82d9e2103 |
-1:000000000000 | 60:48a3a65119d5 |
---|---|
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 |