Change vault password location
parent
1d649fee18
commit
560ae2aba7
|
@ -1 +1 @@
|
||||||
~/.vault_password
|
.vault_password
|
||||||
|
|
|
@ -15,7 +15,7 @@ roles_path = ./roles
|
||||||
gathering = smart
|
gathering = smart
|
||||||
|
|
||||||
# Local file with vault password
|
# Local file with vault password
|
||||||
vault_password_file = ~/.vault_password
|
vault_password_file = .vault_password
|
||||||
|
|
||||||
# Do not create .retry files
|
# Do not create .retry files
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
|
|
Loading…
Reference in New Issue