ansible/k8s.sh
2021-03-01 03:36:23 -06:00

9 lines
148 B
Bash
Executable File

#! /bin/sh
unset KUBECONFIG K8S_AUTH_KUBECONFIG
ansible-playbook playbooks/pik8s.yml "$@" \
-i inventory-localhost \
-l localhost \
--tags k8s