infrastructure-as-code/monitoring.yaml

9 lines
143 B
YAML
Raw Normal View History

2023-01-15 15:52:26 +00:00
---
- name: Check SSH port
import_playbook: ssh.yaml
- name: Monitoring
hosts: all
roles:
- geerlingguy.node_exporter
become: true