Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

16 wiersze
429 B

  1. # SPDX-FileCopyrightText: 2022 Slavi Pantaleev
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. .PHONY: roles lint
  5. help: ## Show this help.
  6. @grep -F -h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
  7. roles: ## Pull roles
  8. rm -rf roles/galaxy
  9. ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
  10. lint: ## Runs ansible-lint against all roles in the playbook
  11. ansible-lint roles/custom