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:
|
||||
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
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
|
||||
|
||||
|
||||
#### Installation
|
||||
|
||||
1: go to the roles folder
|
||||
@@ -54,7 +55,7 @@ NE_restart: on-failure
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
no
|
||||
N/A
|
||||
|
||||
Example Playbook
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user