{"id":38503329,"url":"https://github.com/rolehippie/amtool","last_synced_at":"2026-02-16T10:44:11.344Z","repository":{"id":218873792,"uuid":"747585859","full_name":"rolehippie/amtool","owner":"rolehippie","description":"Ansible role to install Alertmanager CLI","archived":false,"fork":false,"pushed_at":"2026-02-11T22:11:58.000Z","size":206,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-12T07:09:54.715Z","etag":null,"topics":["ansible","ansible-role","hacktoberfest","role"],"latest_commit_sha":null,"homepage":null,"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":"2024-01-24T08:29:58.000Z","updated_at":"2026-02-11T22:12:03.000Z","dependencies_parsed_at":"2025-11-27T09:03:31.221Z","dependency_job_id":"cd7b56fc-e734-457b-93a4-e31414c8d83d","html_url":"https://github.com/rolehippie/amtool","commit_stats":null,"previous_names":["rolehippie/amtool"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rolehippie/amtool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Famtool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Famtool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Famtool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Famtool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolehippie","download_url":"https://codeload.github.com/rolehippie/amtool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Famtool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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","hacktoberfest","role"],"created_at":"2026-01-17T06:03:37.288Z","updated_at":"2026-02-16T10:44:11.319Z","avatar_url":"https://github.com/rolehippie.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alertmanager\n\n[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github\u0026logoColor=white)](https://github.com/rolehippie/amtool)\n[![General Workflow](https://github.com/rolehippie/amtool/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/amtool/actions/workflows/general.yml)\n[![Readme Workflow](https://github.com/rolehippie/amtool/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/amtool/actions/workflows/docs.yml)\n[![Galaxy Workflow](https://github.com/rolehippie/amtool/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/amtool/actions/workflows/galaxy.yml)\n[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/amtool)](https://github.com/rolehippie/amtool/blob/master/LICENSE)\n[![Ansible Role](https://img.shields.io/badge/role-rolehippie.amtool-blue)](https://galaxy.ansible.com/rolehippie/amtool)\n\nAnsible role to install Alertmanager CLI.\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  - [amtool_arch](#amtool_arch)\n  - [amtool_download](#amtool_download)\n  - [amtool_extract_directory](#amtool_extract_directory)\n  - [amtool_group](#amtool_group)\n  - [amtool_install_directory](#amtool_install_directory)\n  - [amtool_owner](#amtool_owner)\n  - [amtool_version](#amtool_version)\n  - [amtool_version_changed](#amtool_version_changed)\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### amtool_arch\n\nTarget system architecture of the binary\n\n#### Default value\n\n```YAML\namtool_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture\n  == 'arm64' else 'amd64' }}\"\n```\n\n### amtool_download\n\nURL to the archive of the release to install\n\n#### Default value\n\n```YAML\namtool_download: \n  https://github.com/prometheus/alertmanager/releases/download/v{{ \n  amtool_version }}/alertmanager-{{ amtool_version }}.linux-{{ amtool_arch \n  }}.tar.gz\n```\n\n### amtool_extract_directory\n\nDirectory in which to extract the downloaded archive\n\n#### Default value\n\n```YAML\namtool_extract_directory: /usr/local/src\n```\n\n### amtool_group\n\nGroup who will own the binary file\n\n#### Default value\n\n```YAML\namtool_group: root\n```\n\n### amtool_install_directory\n\nDirectory in which to install the binary\n\n#### Default value\n\n```YAML\namtool_install_directory: /usr/bin\n```\n\n### amtool_owner\n\nUser who will own the binary file\n\n#### Default value\n\n```YAML\namtool_owner: root\n```\n\n### amtool_version\n\nVersion of the release to install\n\n#### Default value\n\n```YAML\namtool_version: 0.31.1\n```\n\n### amtool_version_changed\n\nFact to define if the version has changed\n\n#### Default value\n\n```YAML\namtool_version_changed: false\n```\n\n## Discovered Tags\n\n**_amtool_**\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%2Famtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolehippie%2Famtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Famtool/lists"}