src.nth.io/

summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: d4b0897f3dcde45b4eb873d92f39e7a683579b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[defaults]
inventory = ./inventory

#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