mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-05 00:26:23 +02:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
.PHONY: dry-run
|
|
dry-run:
|
|
ansible-playbook playbooks/*.yaml --check --diff
|
|
|
|
.PHONY: run
|
|
run:
|
|
ansible-playbook playbooks/*.yaml
|