mirror of
https://github.com/Primexz/sp-utm-node-exporter-ansible.git
synced 2026-08-14 22:28:30 +00:00
Ansible Role to install Node Exporter on a Securepoint UTM
- Jinja 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| defaults | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| .ansible-lint | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements-dev.txt | ||
Securepoint UTM Node Exporter Ansible Role
An Ansible role that installs and configures the Node Exporter monitoring agent on a Securepoint UTM.
Requirements
- Ansible 2.9 or higher
- Target system: Securepoint UTM (Linux-based)
- Network access to download the Node Exporter binary from GitHub releases
- Root user privileges
Dependencies
This role has no external dependencies.
Example Playbook
- name: Deploy node exporter on Securepoint UTM
hosts: all
become: true
roles:
- role: Primexz.sp_utm_node_exporter
vars:
ansible_python_interpreter: /root/python/bin/python3
License
This project is licensed under the MIT License.