ansible-roles/library/roles/nagios/tasks/nsca.yml

9 lines
187 B
YAML
Raw Normal View History

---
- name: Configure the nsca client
template: src=send_nsca.j2 dest=/etc/send_nsca.cfg owner=root group=root mode=400
2019-06-13 13:33:49 +02:00
tags: nsca
2019-06-13 13:33:49 +02:00
- apt: pkg=nsca-client state=present
tags: nsca