32 lines
604 B
YAML
32 lines
604 B
YAML
---
|
|
- name: "system : ups"
|
|
hosts: "ups"
|
|
roles:
|
|
- role: "ups"
|
|
tags: "system:ups"
|
|
|
|
- name: "system : smart"
|
|
hosts: "smart"
|
|
roles:
|
|
- role: "smart"
|
|
vars:
|
|
system_base_smartd_conf_file: "files/smart/smartd.conf"
|
|
tags: "system:smart"
|
|
|
|
- name: "system : zfs"
|
|
hosts: "zfs"
|
|
roles:
|
|
- role: "zfs"
|
|
tags: "system:zfs"
|
|
|
|
- name: "system : all"
|
|
hosts: "all"
|
|
roles:
|
|
- role: "mail"
|
|
when: the_nine_worlds_production | bool
|
|
tags: "system:mail"
|
|
- role: "base"
|
|
vars:
|
|
system_base_motd_dir: "files/base/motd"
|
|
tags: "system:base"
|