ansible-edda/plays/group-all.yml

18 lines
373 B
YAML
Raw Normal View History

---
2022-12-04 17:06:18 +01:00
- name: "play : all : zfs"
hosts: "zfs"
roles:
- role: "system_zfs"
tags: "role:system_zfs"
- name: "play : all : system"
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"