khuedoan-homelab/metal/Makefile
Khue Doan 56dd371fa8 Extract instead of mounting the OS ISO file
Avoid using privileged container or root permission on local machine
2021-05-16 15:10:23 +07:00

14 lines
157 B
Makefile

.POSIX:
default: run
run:
ansible-playbook \
--inventory hosts.ini \
main.yml
shutdown:
ansible-playbook \
--inventory hosts.ini \
shutdown.yml