diff --git a/.gitignore b/.gitignore index e69de29..586bf4c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +ansible/vault_password \ No newline at end of file diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 55bde9e..dbdede2 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -8,4 +8,4 @@ interpreter_python = auto_silent collections_paths = ./collections collections_path = ./collections roles_path = ./roles -vault_password_file = ../.vault_password.txt \ No newline at end of file +vault_password_file = ./vault_password \ No newline at end of file