diff --git a/Makefile b/Makefile index 5264b4c..03f012e 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ ping: setup: ansible -m setup all +.PHONY: reboot +reboot: + ansible -m reboot all + .PHONY: playbook playbook: ansible-playbook test.yml