ansible-edda/plays/system.yml

18 lines
419 B
YAML

---
- name: "play : system : zfs, smart, ups : yggdrasil"
hosts: "yggdrasil"
roles:
- role: "system_zfs"
tags: "role:system_zfs"
- name: "play : system : mail, base : 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/motd"