ansible/naruto.yml

18 lines
292 B
YAML
Raw Permalink Normal View History

---
- name: Set up Servers
hosts: naruto
gather_facts: yes
roles:
- role: common
tags:
- common
- role: samba
tags:
- samba
- role: node_exporter
tags:
- node_exporter
- role: smart_exporter
tags:
- smart_exporter