Set roles path in project
This commit is contained in:
parent
6c960de854
commit
4fd639507c
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
tools/ansible/.roles/
|
||||
vendor/
|
||||
web/
|
||||
.editorconfig
|
||||
|
|
|
@ -5,5 +5,6 @@ nocows = True
|
|||
private_key_file = .vagrant/machines/dransible/virtualbox/private_key
|
||||
remote_user = vagrant
|
||||
retry_files_enabled = False
|
||||
roles_path = tools/ansible/.roles
|
||||
stdout_callback = yaml
|
||||
vault_password_file = tools/ansible/vault-password.txt
|
||||
|
|
Loading…
Reference in a new issue