forked from HariSekhon/DevOps-Bash-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ansible.cfg
27 lines (22 loc) · 886 Bytes
/
.ansible.cfg
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
# vim:ts=4:sts=4:sw=4:et
#
# Author: Hari Sekhon
# Date: 2014-07-13 16:55:22 +0100 (Sun, 13 Jul 2014)
#
# https://github.com/harisekhon/bash-tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/harisekhon
#
[defaults]
# https://docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html#host-key-checking
# in high security environments instead comment this out and pre-load ~/.ssh/known_hosts via ssh-keyscan to avoid hanging on new or changed hosts
host_key_checking = False
# default command module doesn't support shell variables, pipes or quotes
module_name = shell
legacy_playbook_variables = no
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=30m