You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/.ansible.cfg

24 lines
745 B
INI

# 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]
# in high security environments comment this out and pre-load known_hosts via ssh-keyscanto avoid hanging
host_key_checking = False
legacy_playbook_variables = no
# default command module doesn't support shell variables, pipes or quotes
module_name = shell
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=30m