feat: make ansible-lint happier
This commit is contained in:
16
roles/munin_client/tasks/physical_servers.yml
Normal file
16
roles/munin_client/tasks/physical_servers.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# for physical servers
|
||||
- name: install necessary packages for hypervisors
|
||||
package:
|
||||
name: lm-sensors
|
||||
state: present
|
||||
|
||||
- name: configure specific munin plugin
|
||||
file:
|
||||
path: "/etc/munin/plugins/sensors_{{ item }}"
|
||||
src: /usr/share/munin/plugins/sensors_
|
||||
state: link
|
||||
notify:
|
||||
- restart munin-node
|
||||
loop:
|
||||
- temp
|
Reference in New Issue
Block a user