Ansible Role to install Node Exporter on a Securepoint UTM
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-07 00:15:41 +01:00
.github/workflows initial commit 2025-12-07 00:15:41 +01:00
defaults initial commit 2025-12-07 00:15:41 +01:00
handlers initial commit 2025-12-07 00:15:41 +01:00
meta initial commit 2025-12-07 00:15:41 +01:00
tasks initial commit 2025-12-07 00:15:41 +01:00
templates initial commit 2025-12-07 00:15:41 +01:00
.ansible-lint initial commit 2025-12-07 00:15:41 +01:00
.gitignore initial commit 2025-12-07 00:15:41 +01:00
LICENSE initial commit 2025-12-07 00:15:41 +01:00
README.md initial commit 2025-12-07 00:15:41 +01:00
requirements-dev.txt initial commit 2025-12-07 00:15:41 +01:00

Securepoint UTM Node Exporter Ansible Role

Ansible Galaxy

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.