src.nth.io/

summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 60b2e5743000070e0ef0df3baf054146d34e0c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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