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
Target system architecture of the binary
amtool_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture
== 'arm64' else 'amd64' }}"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-{{ amtool_arch
}}.tar.gzDirectory in which to extract the downloaded archive
amtool_extract_directory: /usr/local/srcGroup who will own the binary file
amtool_group: rootDirectory in which to install the binary
amtool_install_directory: /usr/binUser who will own the binary file
amtool_owner: rootVersion of the release to install
amtool_version: 0.31.1Fact to define if the version has changed
amtool_version_changed: falseamtool
- None
Apache-2.0