Ansible role for installing kubectx.
Poetry. Install it from https://python-poetry.org/docs/
kubectx_version: 3.7.2
kubectx_for_all_users: true # If false it will install in in the users ~/bin directory
command_shell: bash # Must be bash or zsh
None
- hosts: all
roles:
- { role: avnes.kubectx }
poetry export --dev --output requirements.txt
poetry install
poetry shell
molecule test
MIT
https://github.com/avnes