32 lines
692 B
YAML
32 lines
692 B
YAML
---
|
|
- name: "play : system : ups"
|
|
hosts: "ups"
|
|
roles:
|
|
- role: "system_ups"
|
|
tags: "role:system_ups"
|
|
|
|
- name: "play : system : smart"
|
|
hosts: "smart"
|
|
roles:
|
|
- role: "system_smart"
|
|
vars:
|
|
smartd_conf_file_path: "files/system_smart/smartd.conf"
|
|
tags: "role:system_smart"
|
|
|
|
- name: "play : system : zfs"
|
|
hosts: "zfs"
|
|
roles:
|
|
- role: "system_zfs"
|
|
tags: "role:system_zfs"
|
|
|
|
- name: "play : system : all"
|
|
hosts: "all"
|
|
roles:
|
|
- role: "system_mail"
|
|
tags: "role:system_mail"
|
|
when: the_nine_worlds_production | bool
|
|
- role: "system_base"
|
|
tags: "role:system_base"
|
|
vars:
|
|
motd_dir_path: "files/system_base/motd"
|