This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/ansible.cfg
2023-05-03 23:56:33 +02:00

12 lines
285 B
INI

[defaults]
roles_path=roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
inventory=inventory
playbook_dir=playbooks
vault_password_file=util/secret-service-client.sh
interpreter_python=/usr/bin/python3
[privilege_escalation]
become_ask_pass=true
[diff]
always = True