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.32.2amtool
- None
Apache-2.0