[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} [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