Ansible role to install Alertmanager CLI.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
URL to the archive of the release to install
amtool_download: https://github.com/prometheus/alertmanager/releases/download/v{{
amtool_version }}/alertmanager-{{ amtool_version }}.linux-amd64.tar.gz
Directory in which to extract the downloaded archive
amtool_extract_directory: /usr/local/src
Group who will own the binary file
amtool_group: root
Directory in which to install the binary
amtool_install_directory: /usr/bin
User who will own the binary file
amtool_owner: root
Version of the release to install
amtool_version: 0.27.0
Fact to define if the version has changed
amtool
- None
Apache-2.0