13 lines
108 B
YAML
13 lines
108 B
YAML
|
---
|
||
|
|
||
|
- name: Install and configure monit
|
||
|
hosts: linux-all
|
||
|
become: true
|
||
|
roles:
|
||
|
- jtom38.monit
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|