{"id":15878906,"url":"https://github.com/darkwizard242/ansible-role-kubelet","last_synced_at":"2026-03-02T13:03:13.462Z","repository":{"id":40424113,"uuid":"432362230","full_name":"darkwizard242/ansible-role-kubelet","owner":"darkwizard242","description":"Ansible role for 'kubelet'. Available on Ansible Galaxy.","archived":false,"fork":false,"pushed_at":"2025-11-13T22:43:22.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-14T00:24:14.809Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","kubelet","kubernetes","linux"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/kubelet","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkwizard242.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-11-27T03:53:43.000Z","updated_at":"2025-11-13T22:43:04.000Z","dependencies_parsed_at":"2024-06-25T22:05:36.879Z","dependency_job_id":"e478e63b-2dcf-434d-98a4-8e7d697ea37e","html_url":"https://github.com/darkwizard242/ansible-role-kubelet","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/darkwizard242/ansible-role-kubelet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-kubelet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-kubelet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-kubelet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-kubelet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-kubelet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-kubelet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30003477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T12:19:43.414Z","status":"ssl_error","status_checked_at":"2026-03-02T12:19:02.215Z","response_time":60,"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-galaxy","ansible-role","kubelet","kubernetes","linux"],"created_at":"2024-10-06T02:42:16.755Z","updated_at":"2026-03-02T13:03:13.454Z","avatar_url":"https://github.com/darkwizard242.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build-test](https://github.com/darkwizard242/ansible-role-kubelet/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-kubelet/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-kubelet/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-kubelet/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/kubelet) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-kubelet\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-kubelet) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-kubelet\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-kubelet) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-kubelet\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-kubelet) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-kubelet?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-kubelet?color=orange\u0026style=flat-square)\n\n# Ansible Role: kubelet\n\nRole to install (_by default_) [kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) on **Debian/Ubuntu** and **EL** systems.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below (located in `defaults/main.yml`):\n\n### Variables list:\n\n```yaml\nkubelet_app: kubelet\nkubelet_version: 1.34.2\nkubelet_os: \"{{ ansible_system | lower }}\"\nkubelet_architecture_map:\n  amd64: amd64\n  arm: arm64\n  x86_64: amd64\n  armv6l: armv6\n  armv7l: armv7\n  aarch64: arm64\n  32-bit: \"386\"\n  64-bit: amd64\nkubelet_dl_url: https://dl.k8s.io/release/v{{ kubelet_version }}/bin/{{ kubelet_os }}/{{ kubelet_architecture_map[ansible_architecture] }}/{{ kubelet_app }}\nkubelet_bin_path: /usr/local/bin\nkubelet_file_mode: '0755'\nkubelet_systemd_service_setup: true\nkubelet_systemd_template_out_dir: /etc/systemd/system\nkubelet_systemd_template_in_file: kubelet.service.j2\nkubelet_systemd_template_out_file: kubelet.service\nkubelet_systemd_dropin_dir: \"{{ kubelet_systemd_template_out_dir }}/{{ kubelet_app }}.service.d\"\nkubelet_systemd_dropin_source_file: 10-kubeadm.conf.j2\nkubelet_systemd_dropin_dest_file: 10-kubeadm.conf\nkubelet_systemd_service_enable_state: yes\nkubelet_systemd_service_state: started\n```\n\n### Variables table:\n\nVariable                             | Description\n------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------\nkubelet_app                          | Defines the app to install i.e. **kubelet**\nkubelet_version                      | Defined to dynamically fetch the desired version to install. Defaults to: **1.34.2**\nkubelet_os                           | Defines OS type.\nkubelet_architecture_map             | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture.\nkubelet_dl_url                       | Defines URL to download the kubelet binary from.\nkubelet_bin_path                     | Defined to dynamically set the appropriate path to store kubelet binary into. Defaults to (as generally available on any user's PATH): **/usr/local/bin**\nkubelet_file_mode                    | Mode for the binary file of kubelet.\nkubelet_systemd_service_setup        | Boolean for whether systemd service setup (systemd service generation, systemd boot start and state change) for kubelet needs to be performed.\nkubelet_systemd_template_out_dir     | Destination directory to store the generated Jinja template for kubelet's systemd service.\nkubelet_systemd_template_in_file     | Template (Jinja) file to use as source for kubelet's systemd service.\nkubelet_systemd_template_out_file    | Destination filename for kubelet's systemd service.\nkubelet_systemd_dropin_dir           | Directory to store the systemd drop-in for kubelet.\nkubelet_systemd_dropin_source_file   | Source template for kubelet's systemd-dropin.\nkubelet_systemd_dropin_dest_file     | Destination filename for kubelet's systemd-dropin.\nkubelet_systemd_service_enable_state | Defined to enable kubelet systemd service at boot.\nkubelet_systemd_service_state        | Defined to set the state of the kubelet systemd service\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **kubelet**) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.kubelet\n```\n\nFor customizing behavior of role (i.e. specifying the desired **kubelet** version) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.kubelet\n  vars:\n    kubelet_version: 1.22.0\n```\n\nFor customizing behavior of role (i.e. placing binary of **kubelet** package in different location) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.kubelet\n  vars:\n    kubelet_bin_path: /bin/\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-kubelet/blob/master/LICENSE)\n\n## Author Information\n\nThis role was created by [Ali Muhammad](https://www.alimuhammad.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-kubelet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-kubelet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-kubelet/lists"}