18 lines
289 B
YAML
18 lines
289 B
YAML
|
---
|
||
|
- name: Set up Servers
|
||
|
hosts: nas
|
||
|
gather_facts: yes
|
||
|
roles:
|
||
|
- role: common
|
||
|
tags:
|
||
|
- common
|
||
|
- role: samba
|
||
|
tags:
|
||
|
- samba
|
||
|
- role: node_exporter
|
||
|
tags:
|
||
|
- node_exporter
|
||
|
- role: smart_exporter
|
||
|
tags:
|
||
|
- smart_exporter
|