1
0

Добавлен прокси для Яндекс.Диска

This commit is contained in:
2019-07-17 22:39:26 +03:00
parent 7e1cb26f5c
commit 9c46b9510d
6 changed files with 63 additions and 44 deletions

View File

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