summaryrefslogtreecommitdiffstats
path: root/sw_config/bmra/ansible.cfg
blob: a3b5e406f4dfba55480d9717da520238d5bef674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2021 Anuket Contributors
#
# SPDX-License-Identifier: Apache-2.0

[ssh_connection]
pipelining=True
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=60 -o ServerAliveCountMax=10

[defaults]
force_valid_group_names = ignore
display_skipped_hosts = no
host_key_checking = False
gathering = smart

fact_caching = jsonfile
fact_caching_connection = /tmp
fact_caching_timeout = 7200

action_plugins=./action_plugins:~/.ansible/plugins/action:/usr/share/ansible/plugins/action