Move ansible configs to ansible dir
This commit is contained in:
parent
faaa40b77d
commit
9776f79432
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,5 +3,5 @@
|
|||||||
/.vscode
|
/.vscode
|
||||||
|
|
||||||
/ansible/galaxy.roles/
|
/ansible/galaxy.roles/
|
||||||
ansible-vault-password-file
|
/ansible/ansible-vault-password-file
|
||||||
*.retry
|
*.retry
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
host_key_checking = True
|
host_key_checking = True
|
||||||
vault_password_file = ./ansible-vault-password-file
|
vault_password_file = ./ansible-vault-password-file
|
||||||
roles_path = ./ansible/galaxy.roles
|
roles_path = ./galaxy.roles
|
Loading…
Reference in New Issue
Block a user