summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/smart.yml
blob: 68e507f79131e28847f08b23f05c5e1e3e1d9066 (plain)
1
2
3
4
5
- name: Install smartmontools
  apt: pkg=smartmontools

- name: Start smartd
  service: name=smartmontools state=started