Go to file
Radar231 ee8e4b74c6 updated repo info 2023-12-15 14:24:31 -05:00
README.md updated repo info 2023-12-15 14:24:31 -05:00
kubectl.yml updated repo info 2023-12-15 14:24:31 -05:00

README.md

kubectl playbook

Introduction

This is the top level playbook for the 'kubectl' role, and will install kubectl on the target host.

Requires that the variable "kubectl_ver" be set to the desired version.

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> -e "kubectl_ver=v1.29" kubectl.yml

ie,
ansible-playbook -i 192.168.0.101, -e "kubectl_ver=v1.29" kubectl.yml