Ansible/playbook/linux/monit.yml

13 lines
108 B
YAML

---
- name: Install and configure monit
hosts: linux-all
become: true
roles:
- jtom38.monit