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