Initial Ansible automation for homelab infrastructure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install prometheus-node-exporter
|
||||
community.general.pacman:
|
||||
name: prometheus-node-exporter
|
||||
state: present
|
||||
|
||||
- name: Enable and start node_exporter
|
||||
systemd:
|
||||
name: prometheus-node-exporter
|
||||
enabled: true
|
||||
state: started
|
||||
Reference in New Issue
Block a user