dotfiles/.ansible.cfg

20 lines
533 B
INI

###########################################################################
#
# This is a custom ansible configuration file with select config values set
# as required.
#
###########################################################################
[defaults]
callback_whitelist = profile_tasks
command_warnings = False
deprecation_warnings = False
display_skipped_hosts = False
host_key_checking = False
stdout_callback = default
interpreter_python = auto_silent
ansible_pipelining = True
vault_password_file = ~/bin/vault_pw
# EOF