Compare commits

..

10 Commits

Author SHA1 Message Date
25d87171cf add dev branche
Some checks failed
CI / Lint (push) Has been cancelled
CI / Molecule (debian-12) (push) Has been cancelled
CI / Molecule (debian-13) (push) Has been cancelled
CI / Molecule (rockylinux-9) (push) Has been cancelled
CI / Molecule (ubuntu-22.04) (push) Has been cancelled
CI / Molecule (ubuntu-24.04) (push) Has been cancelled
2026-01-27 18:05:47 +04:00
e326dbbd26 add dev branche 2026-01-27 18:04:00 +04:00
a84ad00a7b add dev branche 2026-01-27 18:00:44 +04:00
da996d522c add 2026-01-27 14:38:46 +04:00
45751b00d5 add 2026-01-27 14:22:10 +04:00
0c655ce10c add 2026-01-27 12:17:11 +04:00
3472ceabe5 add 2026-01-27 12:11:42 +04:00
ffbbdc915f test molecula 2026-01-26 17:23:24 +04:00
86268a0d44 add 2026-01-26 16:31:24 +04:00
32eca3de78 Test 2026-01-26 15:41:56 +04:00
3 changed files with 8 additions and 2 deletions

View File

@@ -39,7 +39,11 @@ jobs:
matrix:
distro:
- debian-12
- debian-13
- ubuntu-22.04
- ubuntu-24.04
# - rockylinux-8
- rockylinux-9
steps:
- name: Check out the codebase.
uses: actions/checkout@v4

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
dev

View File

@@ -3,6 +3,7 @@ Ansible-Role: Node exporter
This role installs [node-exporter](https://github.com/prometheus/node_exporter) for the prometeus metrics server and configures the systemd service
#### Installation
1: go to the roles folder
@@ -54,7 +55,7 @@ NE_restart: on-failure
Dependencies
------------
no
N/A
Example Playbook
----------------