Compare commits
10 Commits
bda92219f7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 25d87171cf | |||
| e326dbbd26 | |||
| a84ad00a7b | |||
| da996d522c | |||
| 45751b00d5 | |||
| 0c655ce10c | |||
| 3472ceabe5 | |||
| ffbbdc915f | |||
| 86268a0d44 | |||
| 32eca3de78 |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -39,7 +39,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- debian-12
|
- debian-12
|
||||||
|
- debian-13
|
||||||
|
- ubuntu-22.04
|
||||||
|
- ubuntu-24.04
|
||||||
|
# - rockylinux-8
|
||||||
|
- rockylinux-9
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dev
|
||||||
@@ -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
|
This role installs [node-exporter](https://github.com/prometheus/node_exporter) for the prometeus metrics server and configures the systemd service
|
||||||
|
|
||||||
|
|
||||||
#### Installation
|
#### Installation
|
||||||
|
|
||||||
1: go to the roles folder
|
1: go to the roles folder
|
||||||
@@ -54,7 +55,7 @@ NE_restart: on-failure
|
|||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
no
|
N/A
|
||||||
|
|
||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user