9 lines
290 B
INI
9 lines
290 B
INI
[defaults]
|
|
# (pathspec) Colon separated paths in which Ansible will search for Roles.
|
|
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
|
inventory=inventory
|
|
vault_password_file=./.vault_password
|
|
playbook_dir=playbooks
|
|
|
|
[privilege_escalation]
|
|
become_ask_pass=true
|