mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-31 07:09:33 +07:00
10 lines
170 B
Makefile
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
|