mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:04:32 +07:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
|
.POSIX:
|
||
|
|
||
|
export KUBECONFIG = $(shell pwd)/../metal/kubeconfig.yaml
|
||
|
|
||
|
.PHONY: bootstrap
|
||
|
bootstrap:
|
||
|
ansible-playbook \
|
||
|
bootstrap.yml
|