ansible/Makefile

8 lines
128 B
Makefile
Raw Normal View History

2024-10-09 22:55:48 +02:00
.PHONY: dry-run
2024-10-09 19:51:11 +02:00
dry-run:
2024-10-09 22:55:48 +02:00
ansible-playbook playbooks/*.yaml --check --diff
2024-10-09 19:51:11 +02:00
2024-10-09 22:55:48 +02:00
.PHONY: run
2024-10-09 19:51:11 +02:00
run:
2024-10-09 22:55:48 +02:00
ansible-playbook playbooks/*.yaml