ansible-edda/plays/group-all.yml

12 lines
257 B
YAML

---
- name: "play : 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"