Explorar o código

Update makefile with tasks for specific services

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
e5d94ca914
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      ansible/Makefile

+ 6 - 0
ansible/Makefile

@@ -1,7 +1,13 @@
 test:
 	ansible-playbook playbook.yml -i hosts --limit=test
+recipes:
+	ansible-playbook playbook.yml -i hosts --limit=recipes
+paper:
+	ansible-playbook playbook.yml -i hosts --limit=paper
 install:
 	cp envrc.example .envrc
 	direnv allow
 	pip install ansible
 	ansible-galaxy collection install community.postgresql
+
+