ansible-edda/plays/system.yml

18 lines
419 B
YAML
Raw Normal View History

---
2022-12-04 17:18:15 +01:00
- name: "play : system : zfs, smart, ups : yggdrasil"
hosts: "yggdrasil"
2022-12-04 17:06:18 +01:00
roles:
- role: "system_zfs"
tags: "role:system_zfs"
2022-12-04 17:18:15 +01:00
- name: "play : system : mail, base : all"
hosts: "all"
roles:
- role: "system_mail"
tags: "role:system_mail"
2022-12-04 15:36:03 +01:00
when: the_nine_worlds_production | bool
- role: "system_base"
tags: "role:system_base"
vars:
motd_dir_path: "files/motd"