mirror of
https://github.com/pikami/mail-server.git
synced 2026-05-21 04:27:09 +01:00
Extract playbook actions to roles
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install node-exporter
|
||||
community.general.openbsd_pkg:
|
||||
name:
|
||||
- node_exporter
|
||||
state: present
|
||||
|
||||
- name: Enable and start node_exporter
|
||||
service:
|
||||
name: node_exporter
|
||||
enabled: yes
|
||||
state: started
|
||||
Reference in New Issue
Block a user