8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#! /bin/sh
|
|
|
|
ansible-playbook playbooks/pik8s.yml "$@" \
|
|
-i inventory-localhost \
|
|
-l localhost \
|
|
--tags k8s
|
|
|