ansible-prometheus icon indicating copy to clipboard operation
ansible-prometheus copied to clipboard

Deploy Prometheus monitoring system

Results 47 ansible-prometheus issues
Sort by recently updated
recently updated
newest added

Change how we get the latest release info in order to be able to run the module in `check mode`.

area/tasks

Hi, as far as I could see in the playbooks, it is currently not supported to install prometheus from the main repository distribution repository of server (e.g. the debian packages...

enhancement

Fixes ansible-lint versions 5+ failing to find ansible role. Related: https://github.com/ansible/ansible-lint/issues/1329 As well as removing deprecated mergify strict mode https://blog.mergify.com/strict-mode-deprecation/

area/automation
area/tasks
area/tests

Allows grabbing prometheus binaries and checksums from a custom url/mirror, useful in closed environments where it's not possible to reach github. I know the same could be achieved with custom...

area/tasks
area/docs
area/vars

**What happened?** Executing the following command: ``` $ ansible-playbook -vvv -u vagrant monitoring.yml -t prometheus ``` Part of my `monitoring.yml`: ``` - name: Prometheus hosts: prometheus tags: - prometheus roles:...

bug

**What is missing?** Selinux packages for Oracle Linux 8 **Why do we need it?** For Oracle Linux support **Environment** Oracle Linux 8.5 * Role version: 1440ae7db7d40c749121bfbdec366100d7587bdf (current) **Anything else we...

enhancement

fixes #334

wontfix
area/tests
area/jinja

Some improvements related to Molecule / CircleCI tests: - Fix depreciation warning (see below) related to PyYAML ``` ansible-prometheus/molecule/default/tests/test_default.py:13: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader...

wontfix
area/tests
area/docs

https://github.com/cloudalchemy/ansible-prometheus/issues/230#issuecomment-806348292

wontfix
area/tasks
area/vars
area/jinja

Signed-off-by: Julien Pivotto

wontfix
area/automation