ansible/ansible.cfg
Thomas Schmid 3dfff93c0e initial commit
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-01-11 20:29:31 +01:00

17 lines
496 B
INI

[defaults]
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
interpreter_python = auto
inventory = ./hosts
nocows = 1
remote_user = root
retry_files_enabled = False
roles_path = ./roles
vault_password_file = ./.vault_passwd
# Use the YAML callback plugin.
stdout_callback = debug
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
[ssh_connection]
pipelining = true