{"id":35788158,"url":"https://github.com/bodsch/ansible-chartmuseum","last_synced_at":"2026-04-04T05:33:21.455Z","repository":{"id":332413144,"uuid":"1127714419","full_name":"bodsch/ansible-chartmuseum","owner":"bodsch","description":"Installs and configure a chartmuseum server on varoius linux systems.","archived":false,"fork":false,"pushed_at":"2026-03-05T08:56:39.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T10:44:24.029Z","etag":null,"topics":["ansible","ansible-role","automation","chartmuseum","helm","helm-charts","hosting","self-hosting"],"latest_commit_sha":null,"homepage":"","language":"Python","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/bodsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2026-01-04T13:03:49.000Z","updated_at":"2026-03-05T08:12:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bodsch/ansible-chartmuseum","commit_stats":null,"previous_names":["bodsch/ansible-chartmuseum"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bodsch/ansible-chartmuseum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-chartmuseum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-chartmuseum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-chartmuseum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-chartmuseum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodsch","download_url":"https://codeload.github.com/bodsch/ansible-chartmuseum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-chartmuseum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: 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","automation","chartmuseum","helm","helm-charts","hosting","self-hosting"],"created_at":"2026-01-07T07:22:33.963Z","updated_at":"2026-04-04T05:33:21.448Z","avatar_url":"https://github.com/bodsch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ansible Role:  `bodsch.chartmuseum`\n\nInstalls and configure a [chartmuseum](https://github.com/helm/chartmuseum) server on varoius linux systems.\n\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-chartmuseum/main.yml?logo=github\u0026branch=main)][ci]\n[![GitHub issues](https://img.shields.io/github/issues/bodsch/ansible-chartmuseum?logo=github)][issues]\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bodsch/ansible-chartmuseum?logo=github)][releases]\n[![Ansible Downloads](https://img.shields.io/ansible/role/d/bodsch/chartmuseum?logo=ansible)][galaxy]\n\n[ci]: https://github.com/bodsch/ansible-chartmuseum/actions\n[issues]: https://github.com/bodsch/ansible-chartmuseum/issues?q=is%3Aopen+is%3Aissue\n[releases]: https://github.com/bodsch/ansible-chartmuseum/releases\n[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/chartmuseum/\n\nIf `latest` is set for `chartmuseum_version`, the role tries to install the latest release version.\n**Please use this with caution, as incompatibilities between releases may occur!**\n\nThe binaries are installed below `/usr/local/opt/chartmuseum/${chartmuseum_version}` and later linked to `/usr/bin`.\nThis should make it possible to downgrade relatively safely.\n\nThe chartmuseum archive is stored on the Ansible controller, unpacked and then the binaries are copied to the target system.\nThe cache directory can be defined via the environment variable `CUSTOM_LOCAL_TMP_DIRECTORY`.\nBy default it is `${HOME}/.cache/ansible/chartmuseum`.\nIf this type of installation is not desired, the download can take place directly on the target system.\nHowever, this must be explicitly activated by setting `chartmuseum_direct_download` to `true`.\n\n\n## Requirements \u0026 Dependencies\n\nAnsible Collections\n\n- [bodsch.core](https://github.com/bodsch/ansible-collection-core)\n- [bodsch.scm](https://github.com/bodsch/ansible-collection-scm)\n\n```bash\nansible-galaxy collection install bodsch.core\nansible-galaxy collection install bodsch.scm\n```\nor\n```bash\nansible-galaxy collection install --requirements-file collections.yml\n```\n\n### Operating systems\n\nTested on\n\n* Arch Linux\n* Debian based\n    - Debian 12 / 13\n    - Ubuntu 22.04 / 24.04\n\n\u003e **RedHat-based systems are no longer officially supported! May work, but does not have to.**\n\n\n## usage\n\n**Currently, only `local` storage is supported.**\n\n\n```yaml\nchartmuseum_version: '0.16.3'\n\nchartmuseum_system_group: chartmuseum\nchartmuseum_system_user: \"{{ chartmuseum_system_group }}\"\nchartmuseum_config_dir: /etc/chartmuseum\n\nchartmuseum_direct_download: false\n\nchartmuseum_release:\n  download_url: https://get.helm.sh\n\nchartmuseum_systemd:\n  unit:\n    after:\n      - syslog.target\n      - network.target\n    wants: []\n    requires: []\n  service:\n    limits:\n      nofile:\n        soft: \"\"\n        hard: \"\"\n\nchartmuseum_service: {}\n```\n\n### `chartmuseum_service`\n\n```yaml\nchartmuseum_service:\n  debug: true\n  listen:\n    host: 127.0.0.1\n    port: 8080\n  chart_url: \"\"\n  depth: 1\n  log:\n    json: true\n    latency_integer: false\n    health: false\n  storage:\n    backend: local\n    local:\n      rootdir: /var/cache/chartmuseum\n  cache:\n    redis:\n      address: \"127.0.0.1:6379\"\n      password: \"\"\n      db: \"0\"\n    interval: \"30m\"\n  metrics: true\n```\n\n\n## Contribution\n\nPlease read [Contribution](CONTRIBUTING.md)\n\n## Development,  Branches (Git Tags)\n\nThe `master` Branch is my *Working Horse* includes the \"latest, hot shit\" and can be complete broken!\n\nIf you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-chartmuseum/tags)!\n\n\n## Author\n\n- Bodo Schulz\n\n## License\n\n[Apache](LICENSE)\n\n**FREE SOFTWARE, HELL YEAH!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-chartmuseum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodsch%2Fansible-chartmuseum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-chartmuseum/lists"}