renamed roles

This commit is contained in:
2022-09-24 20:33:37 +02:00
parent 3dfb5355fd
commit c6ec5ee669
58 changed files with 0 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
---
- name: Install netdata
package:
name: netdata
state: present
- name: Enable and start netdata service
service:
name: netdata
state: started
enabled: yes
# vim: ts=2 sw=2