Files
khuedoan-homelab/system/Makefile
Khue Doan 1c586813a2 refactor: move dev cluster to master
Easier to test and less maintenance
2024-12-14 21:46:27 +07:00

10 lines
170 B
Makefile

.POSIX:
export KUBECONFIG = $(shell pwd)/../metal/kubeconfig-${env}.yaml
.PHONY: bootstrap
bootstrap:
ansible-playbook \
--extra-vars "env=${env}" \
bootstrap.yml