1
0

Перенес все данные в Яндекс.Облако

This commit is contained in:
2020-02-29 18:56:02 +03:00
parent 1f74a4194f
commit fcb906f5fe
5 changed files with 10 additions and 54 deletions

View File

@ -12,7 +12,7 @@ STAGE := vagrant
ifeq ($(STAGE), prod)
ANSIBLE_HOST_KEY_CHECKING := True
INVENTORY := ansible/hosts_prod
USER_ARGS := --user="root"
USER_ARGS := --user="mayor" --become
else
ANSIBLE_HOST_KEY_CHECKING := False
INVENTORY := ansible/hosts_vagrant