{"id":39743971,"url":"https://github.com/rolehippie/krew","last_synced_at":"2026-01-18T11:18:17.988Z","repository":{"id":161507633,"uuid":"636233798","full_name":"rolehippie/krew","owner":"rolehippie","description":"Ansible role to install krew plugin manager for kubectl","archived":false,"fork":false,"pushed_at":"2026-01-12T09:17:30.000Z","size":228,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T18:24:47.637Z","etag":null,"topics":["ansible","ansible-role","hacktoberfest","role"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolehippie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-04T11:55:22.000Z","updated_at":"2026-01-12T09:17:34.000Z","dependencies_parsed_at":"2024-01-29T09:32:56.978Z","dependency_job_id":"8366a830-f4ef-4af1-8110-8f15954e5d33","html_url":"https://github.com/rolehippie/krew","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rolehippie/krew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fkrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fkrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fkrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fkrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolehippie","download_url":"https://codeload.github.com/rolehippie/krew/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fkrew/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","hacktoberfest","role"],"created_at":"2026-01-18T11:18:17.190Z","updated_at":"2026-01-18T11:18:17.984Z","avatar_url":"https://github.com/rolehippie.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# krew\n\n[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github\u0026logoColor=white)](https://github.com/rolehippie/krew)\n[![General Workflow](https://github.com/rolehippie/krew/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/krew/actions/workflows/general.yml)\n[![Readme Workflow](https://github.com/rolehippie/krew/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/krew/actions/workflows/docs.yml)\n[![Galaxy Workflow](https://github.com/rolehippie/krew/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/krew/actions/workflows/galaxy.yml)\n[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/krew)](https://github.com/rolehippie/krew/blob/master/LICENSE)\n[![Ansible Role](https://img.shields.io/badge/role-rolehippie.krew-blue)](https://galaxy.ansible.com/rolehippie/krew)\n\nAnsible role to install krew plugin manager for kubectl.\n\n## Sponsor\n\nBuilding and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.\n\n## Table of contents\n\n- [Requirements](#requirements)\n- [Default Variables](#default-variables)\n  - [krew_extra_packages](#krew_extra_packages)\n  - [krew_extra_plugins](#krew_extra_plugins)\n  - [krew_general_packages](#krew_general_packages)\n  - [krew_general_plugins](#krew_general_plugins)\n  - [krew_install_path](#krew_install_path)\n  - [krew_release_arch](#krew_release_arch)\n  - [krew_release_download](#krew_release_download)\n  - [krew_release_version](#krew_release_version)\n- [Discovered Tags](#discovered-tags)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minimum Ansible version: `2.10`\n\n## Default Variables\n\n### krew_extra_packages\n\nList of extra packages\n\n#### Default value\n\n```YAML\nkrew_extra_packages: []\n```\n\n#### Example usage\n\n```YAML\nkrew_extra_packages:\n  - foo\n  - bar\n  - baz\n```\n\n### krew_extra_plugins\n\nList of extra plugins\n\n#### Default value\n\n```YAML\nkrew_extra_plugins: []\n```\n\n#### Example usage\n\n```YAML\nkrew_extra_plugins:\n  - plugin1\n  - plugin2\n  - name: plugin3\n    state: absent\n```\n\n### krew_general_packages\n\nList of general packages\n\n#### Default value\n\n```YAML\nkrew_general_packages:\n  - git\n```\n\n#### Example usage\n\n```YAML\nkrew_general_packages:\n  - foo\n  - bar\n  - baz\n```\n\n### krew_general_plugins\n\nList of general plugins\n\n#### Default value\n\n```YAML\nkrew_general_plugins:\n  - images\n  - ktop\n  - neat\n  - oidc-login\n  - oomd\n  - pexec\n  - realname-diff\n  - resource-versions\n  - view-secret\n  - whoami\n```\n\n#### Example usage\n\n```YAML\nkrew_general_plugins:\n  - plugin1\n  - plugin2\n  - name: plugin3\n    state: absent\n```\n\n### krew_install_path\n\nPath to install krew files into\n\n#### Default value\n\n```YAML\nkrew_install_path: /usr/share/krew\n```\n\n### krew_release_arch\n\nArchitecture for krew\n\n#### Default value\n\n```YAML\nkrew_release_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture\n  == 'arm64' else 'amd64' }}\"\n```\n\n### krew_release_download\n\nURL to download krew from\n\n#### Default value\n\n```YAML\nkrew_release_download: \n  https://github.com/kubernetes-sigs/krew/releases/download/v{{ \n  krew_release_version }}/krew-linux_{{ krew_release_arch }}.tar.gz\n```\n\n### krew_release_version\n\nVersion of krew to install\n\n#### Default value\n\n```YAML\nkrew_release_version: 0.4.5\n```\n\n## Discovered Tags\n\n**_krew_**\n\n## Dependencies\n\n- None\n\n## License\n\nApache-2.0\n\n## Author\n\n[Thomas Boerger](https://github.com/tboerger)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fkrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolehippie%2Fkrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fkrew/lists"}