Update BMRA to v21.03
[kuberef.git] / sw_config / bmra / ansible.cfg
1 [ssh_connection]
2 pipelining=True
3 ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=60 -o ServerAliveCountMax=10
4
5 [defaults]
6 force_valid_group_names = ignore
7 display_skipped_hosts = no
8 host_key_checking = False
9 gathering = smart
10
11 fact_caching = jsonfile
12 fact_caching_connection = /tmp
13 fact_caching_timeout = 7200
14
15 action_plugins=./action_plugins:~/.ansible/plugins/action:/usr/share/ansible/plugins/action