deploy: Add prometheus node_exporter
All checks were successful
/ test (push) Successful in 46s
/ test (pull_request) Successful in 45s

This commit is contained in:
lagertonne 2024-11-27 19:41:59 +01:00
parent a59423780e
commit 3bd0008a77
2 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,7 @@ jobs:
apt install python3-pip -y
python3 -m pip install ansible
python3 -m pip install ansible-lint
ansible-galaxy collection install prometheus.prometheus
- name: Populate relevant files
run: |

View file

@ -1,5 +1,7 @@
- name: 'deploy c3lf-sys3'
hosts: 'c3lf-nodes'
roles:
- prometheus.prometheus.node_exporter
handlers:
- name: restart nginx
service: