summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: de1f81d27e976acc4edceb2460557bbb15019d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[defaults]
inventory = ./inventory/hosts.ini, ./inventory/constructed.yml
roles_path = ./.galaxy:./roles
nocows = 1
forks = 20

log_path = ./log
remote_tmp = /tmp/.ansible/tmp

filter_plugins = ./filter_plugins
library = ./library

gathering = smart
fact_caching = jsonfile
fact_caching_connection = ./.cache/facts
fact_caching_timeout = 7200

## this will be set by environment.sh
#vault_identity_list = spreadspace@gpg/get-vault-pass-spreadsprace
## only try keys with matching vault-ids
vault_id_match = True

var_compression_level = 9

bin_ansible_callbacks = True

## https://github.com/ansible/ansible/issues/56930
force_valid_group_names = ignore

## you need run `make -C contrib` first
#strategy_plugins = ./contrib/mitogen/ansible_mitogen/plugins/strategy
#strategy = mitogen_linear


[inventory]
enable_plugins = constructed, ini


[ssh_connection]
pipelining = True
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s