mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 01:28:42 +07:00
14 lines
157 B
Makefile
14 lines
157 B
Makefile
.POSIX:
|
|
|
|
default: run
|
|
|
|
run:
|
|
ansible-playbook \
|
|
--inventory hosts.yml \
|
|
main.yml
|
|
|
|
shutdown:
|
|
ansible-playbook \
|
|
--inventory hosts.yml \
|
|
shutdown.yml
|