Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

11 řádky
300 B

  1. .PHONY: roles lint
  2. help: ## Show this help.
  3. @grep -F -h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
  4. roles: ## Pull roles
  5. ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
  6. lint: ## Runs ansible-lint against all roles in the playbook
  7. ansible-lint