Добавлен прокси для Яндекс.Диска
This commit is contained in:
2
Makefile
2
Makefile
@ -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)
|
||||
|
Reference in New Issue
Block a user