✨: add smart
This commit is contained in:
13
roles/smart/tasks/main.yml
Normal file
13
roles/smart/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Install SMART
|
||||
ansible.builtin.apt:
|
||||
name: smartmontools
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Ensure smartd is enable & started
|
||||
ansible.builtin.service:
|
||||
name: smartd
|
||||
enabled: true
|
||||
state: started
|
Reference in New Issue
Block a user