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

10 lines
290 B
INI
Raw Normal View History

[defaults]
# (pathspec) Colon separated paths in which Ansible will search for Roles.
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
2023-01-16 20:22:16 +00:00
inventory=inventory
vault_password_file=./.vault_password
playbook_dir=playbooks
[privilege_escalation]
become_ask_pass=true