Add file for vault password
This commit is contained in:
parent
04ca1104c4
commit
23d6cd2312
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
|
vault_password_file = get-vault-password.sh
|
||||||
stdout_callback = yaml
|
stdout_callback = yaml
|
||||||
inventory = inventory.ini
|
inventory = inventory.ini
|
||||||
|
|
3
get-vault-password.sh
Executable file
3
get-vault-password.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pass show self/setup-cockpit-ansible-vault
|
Loading…
Reference in a new issue