Align license headers with REUSE guidelines
[kuberef.git] / sw_config / bmra / ansible.cfg
1 # SPDX-FileCopyrightText: 2021 Anuket Contributors
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 [ssh_connection]
6 pipelining=True
7 ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=60 -o ServerAliveCountMax=10
8
9 [defaults]
10 force_valid_group_names = ignore
11 display_skipped_hosts = no
12 host_key_checking = False
13 gathering = smart
14
15 fact_caching = jsonfile
16 fact_caching_connection = /tmp
17 fact_caching_timeout = 7200
18
19 action_plugins=./action_plugins:~/.ansible/plugins/action:/usr/share/ansible/plugins/action