start using ansible vault
parent
2b21a01088
commit
af7737e82d
1
deploy
1
deploy
|
@ -2,5 +2,6 @@
|
|||
|
||||
ansible-playbook \
|
||||
--inventory hosts.yml \
|
||||
--vault-password-file get_password.sh \
|
||||
"$@" \
|
||||
deploy.yml
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
pass ansible-vault
|
Loading…
Reference in New Issue