Skip to content

Commit 3b3093e

Browse files
committed
Introduce usage of ansible-vault
1 parent 31ec3d4 commit 3b3093e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vagrant/
22
.ansible/
3+
.vault.pwd

ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
interpreter_python = /usr/bin/python
33
roles_path = ./roles
44
inventory = ./inventory
5+
vault_password_file = ./.vault.pwd

0 commit comments

Comments
 (0)