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

12 lines
249 B
INI
Raw Normal View History

[defaults]
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
2023-01-16 20:22:16 +00:00
inventory=inventory
playbook_dir=playbooks
vault_password_file=util/secret-service-client.sh
2023-01-16 20:22:16 +00:00
[privilege_escalation]
become_ask_pass=true
2023-02-22 11:10:09 +00:00
[diff]
always = True