ansible_playbooks/site_node_exporter_install.yml
2026-02-24 11:30:35 +03:00

6 lines
88 B
YAML
Executable file

---
- name: Node exporter install
hosts: all
roles:
- node_exporter_install
...