default.j2 538 B

1234567891011121314151617
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. # Defaults for smartmontools initscript (/etc/init.d/smartmontools)
  7. # This is a POSIX shell fragment
  8. # List of devices you want to explicitly enable S.M.A.R.T. for
  9. # Not needed (and not recommended) if the device is monitored by smartd
  10. #enable_smart="/dev/hda /dev/hdb"
  11. # uncomment to start smartd on system startup
  12. start_smartd=yes
  13. # uncomment to pass additional options to smartd on startup
  14. #smartd_opts="--interval=1800"