Compare commits
2 commits
f54d7c6ae1
...
db769e1c16
Author | SHA1 | Date | |
---|---|---|---|
db769e1c16 | |||
401af4717e |
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
[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
|
||||
|
@ -7,3 +6,6 @@ playbook_dir=playbooks
|
|||
|
||||
[privilege_escalation]
|
||||
become_ask_pass=true
|
||||
|
||||
[diff]
|
||||
always = True
|
||||
|
|
Reference in a new issue