khuedoan-homelab/metal/Makefile

22 lines
274 B
Makefile
Raw Normal View History

2021-02-07 02:37:41 +07:00
.POSIX:
default: boot cluster
2021-02-07 02:37:41 +07:00
boot:
ansible-playbook \
2021-06-08 19:09:47 +07:00
--inventory hosts.yml \
main.yml
2021-03-03 02:11:50 +07:00
cluster:
ansible-playbook \
--inventory hosts.yml \
cluster.yml
shutdown:
ansible-playbook \
2021-06-08 19:09:47 +07:00
--inventory hosts.yml \
shutdown.yml
2021-06-10 07:14:10 +07:00
lint:
ansible-lint --project-dir .