This role installs amonagent
on RHEL, Debian and Ubuntu.
This role requires Ansible 2.2 or higher.
The variables that can be passed to this role are as follows:
amon_api_key: '' # The API key for your Amon Instance
amonagent_amon_instance: "https://subdomain.amon.cx" # The URL pointing to your Amon Instance
To install this role run the following command:
ansible-galaxy install amonapp.amonagent
- hosts: all
roles:
- amonapp.amonagent
vars:
amonagent_api_key: 'test'
amonagent_amon_instance: 'https://subdomain.amon.cx'
MIT
Martin Rusev (https://amon.cx)