1
0

Добавил файл для пароля vault

This commit is contained in:
Anton Vakhrushev 2022-08-11 17:51:29 +03:00
parent 291e0e75cf
commit fd78eb1b0f
Signed by: av
GPG Key ID: 581F7473F7A21FA2
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/.idea
/.vagrant
/ansible/galaxy.roles/
ansible-vault-password-file
*.retry

View File

@ -32,7 +32,7 @@ configure:
$(TAGS_ARGS) \
--inventory="$(INVENTORY)" \
--extra-vars='ansible_python_interpreter=/usr/bin/python3' \
--ask-vault-pass \
--vault-password-file="ansible-vault-password-file" \
$(PLAYBOOK)
configure-apps:
@ -45,7 +45,7 @@ dry-run:
$(TAGS_ARGS) \
--inventory="$(INVENTORY)" \
--extra-vars='ansible_python_interpreter=/usr/bin/python3' \
--ask-vault-pass \
--vault-password-file="ansible-vault-password-file" \
--check \
--diff \
$(PLAYBOOK)
@ -53,6 +53,7 @@ dry-run:
list-tags:
ansible-playbook \
--inventory="$(INVENTORY)" \
--vault-password-file="ansible-vault-password-file" \
--list-tags \
$(PLAYBOOK)