ansible-prometheus
ansible-prometheus copied to clipboard
Deploy Prometheus monitoring system
Change how we get the latest release info in order to be able to run the module in `check mode`.
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...
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/
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...
**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:...
**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...
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...
https://github.com/cloudalchemy/ansible-prometheus/issues/230#issuecomment-806348292