Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- .PHONY: roles lint
-
- help: ## Show this help.
- @grep -F -h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
-
- roles: ## Pull roles
- rm -rf roles/galaxy
- ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
-
- lint: ## Runs ansible-lint against all roles in the playbook
- ansible-lint roles/custom
|