ansible/k8s.sh

9 lines
148 B
Bash
Raw Normal View History

#! /bin/sh
2021-03-01 03:36:23 -06:00
unset KUBECONFIG K8S_AUTH_KUBECONFIG
2021-03-01 02:33:49 -06:00
ansible-playbook playbooks/pik8s.yml "$@" \
-i inventory-localhost \
-l localhost \
--tags k8s