2023-07-12 00:02:17 +02:00
|
|
|
---
|
|
|
|
- name: Set up Servers
|
2023-11-05 20:33:59 +01:00
|
|
|
hosts: naruto
|
2023-07-12 00:02:17 +02:00
|
|
|
gather_facts: yes
|
|
|
|
roles:
|
|
|
|
- role: common
|
|
|
|
tags:
|
|
|
|
- common
|
|
|
|
- role: samba
|
|
|
|
tags:
|
|
|
|
- samba
|
|
|
|
- role: node_exporter
|
|
|
|
tags:
|
|
|
|
- node_exporter
|
|
|
|
- role: smart_exporter
|
|
|
|
tags:
|
|
|
|
- smart_exporter
|