Skip to content

cloudpunks/ansible-amtool

 
 

Repository files navigation

alertmanager

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install Alertmanager CLI.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

amtool_download

URL to the archive of the release to install

Default value

amtool_download: https://github.com/prometheus/alertmanager/releases/download/v{{
  amtool_version }}/alertmanager-{{ amtool_version }}.linux-amd64.tar.gz

amtool_extract_directory

Directory in which to extract the downloaded archive

Default value

amtool_extract_directory: /usr/local/src

amtool_group

Group who will own the binary file

Default value

amtool_group: root

amtool_install_directory

Directory in which to install the binary

Default value

amtool_install_directory: /usr/bin

amtool_owner

User who will own the binary file

Default value

amtool_owner: root

amtool_version

Version of the release to install

Default value

amtool_version: 0.27.0

amtool_version_changed

Fact to define if the version has changed

Discovered Tags

amtool

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

Packages

No packages published

Languages

  • Nix 91.2%
  • Python 8.8%