mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +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
|