Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devops13242/ansible-role-kubectl
Ansible role to install kubectl
https://github.com/devops13242/ansible-role-kubectl
ansible ansible-role kubectl
Last synced: 7 days ago
JSON representation
Ansible role to install kubectl
- Host: GitHub
- URL: https://github.com/devops13242/ansible-role-kubectl
- Owner: devops13242
- License: apache-2.0
- Created: 2024-01-26T06:17:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T06:54:59.000Z (9 months ago)
- Last Synced: 2024-11-21T19:12:51.357Z (2 months ago)
- Topics: ansible, ansible-role, kubectl
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role kubectl
The Ansible role to install kubectl.
## Example playbook
```yaml
- name: Install kubectl
hosts: all
roles:
- role: devops13242.kubectl
```## Parameters
* `kubectl_version` - set the version of kubectl. Default value - v1.30.