v-zhuravlev / zbx-smartctl

Templates and scripts for monitoring disks health with Zabbix and smartmontools
https://share.zabbix.com/storage-devices/smartmontools/smart-monitoring-with-smartmontools-lld
GNU General Public License v3.0
245 stars 127 forks source link

Converted Ansible Playbook to Role #133

Closed rbicelli closed 4 years ago

rbicelli commented 4 years ago

Hello! I converted the ansible playbook to an ansible role. Thanks for the template, very useful!

v-zhuravlev commented 4 years ago

Hi @rbicelli , would it better to put <role>/files to .gitignore list so we don't track two copies of same files?

rbicelli commented 4 years ago

Of course! I forgot to add it! Could you provide it?

v-zhuravlev commented 4 years ago

I think It would be great if you can just update your PR by adding commit with .gitignore update.

rbicelli commented 4 years ago

Ok committed with modifications.

v-zhuravlev commented 4 years ago

Thanks!