1
0

Добавил скрипт логина в докер реестр yandex для каждого пользователя

This commit is contained in:
2023-02-25 20:52:58 +03:00
parent cebac4d3f1
commit 35278d73b7
4 changed files with 22 additions and 0 deletions

View File

@ -38,6 +38,7 @@ configure:
$(TAGS_ARGS) \
--inventory="$(INVENTORY)" \
--extra-vars='ansible_python_interpreter=/usr/bin/python3' \
-vvv \
$(PLAYBOOK)
configure-prod:
@ -46,6 +47,9 @@ configure-prod:
configure-apps:
$(MAKE) configure TAGS="webserver,apps,env"
configure-users:
$(MAKE) configure TAGS="apps,env"
dry-run:
ANSIBLE_HOST_KEY_CHECKING=$(ANSIBLE_HOST_KEY_CHECKING) \
ansible-playbook \