Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

12 行
321 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. rm -rf roles/galaxy
  6. ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
  7. lint: ## Runs ansible-lint against all roles in the playbook
  8. ansible-lint