1
0

Обновил зависимости

This commit is contained in:
2023-02-25 16:37:46 +03:00
parent e025f86659
commit d47b3dcb26
4 changed files with 26 additions and 15 deletions

View File

@ -1,11 +1,3 @@
install-roles:
ansible-galaxy install \
-r "ansible/requirements.yml" \
--force
rebuild-test-machine:
vagrant destroy -f && vagrant up
PLAYBOOK := ansible/configuration.yml
STAGE := vagrant
@ -25,6 +17,16 @@ else
TAGS_ARGS :=
endif
# Tasks
install-roles:
ansible-galaxy install \
--role-file "ansible/requirements.yml" \
--force
rebuild-test-machine:
vagrant destroy -f && vagrant up
edit-vars:
EDITOR=micro \
ansible-vault edit ansible/vars/vars.yml