ansible-workshop/ansible.cfg.dist

28 lines
582 B
Text

[defaults]
inventory = ./inventory/demo/
roles_path = ./roles
collections_path = ./collections
log_path = ansible.log
# Create vault-file:
# read -s P
# printf "%s" "$P" > .vaultpass
#vault_password_file = ./.vaultpass
ansible_managed = Ansible managed: {file}
# Wenn alle Systeme python3 haben, kann das autodiscovery fuer Python
# verkuerzt werden...
interpreter_python = /usr/bin/python3
[inventory]
unparsed_is_failed = True
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
timeout = 10
control_path = %(directory)s/%%h-%%r