Compare commits
No commits in common. "db769e1c16fae0c8910c73234e555a8aee7a134e" and "f54d7c6ae129fbd25070d40f9eaa4f0d30e6ff3c" have entirely different histories.
db769e1c16
...
f54d7c6ae1
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
|
# (pathspec) Colon separated paths in which Ansible will search for Roles.
|
||||||
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
||||||
inventory=inventory
|
inventory=inventory
|
||||||
vault_password_file=./.vault_password
|
vault_password_file=./.vault_password
|
||||||
|
@ -6,6 +7,3 @@ playbook_dir=playbooks
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_ask_pass=true
|
become_ask_pass=true
|
||||||
|
|
||||||
[diff]
|
|
||||||
always = True
|
|
||||||
|
|
Reference in a new issue