--- - name: "system : group:ups" hosts: "ups" roles: - role: "ups" tags: "system:ups" - name: "system : group:smart" hosts: "smart" roles: - role: "smart" vars: smartd_conf_file_path: "files/smart/smartd.conf" tags: "system:smart" - name: "system : group:zfs" hosts: "zfs" roles: - role: "zfs" tags: "system:zfs" - name: "system : group:all" hosts: "all" roles: - role: "mail" tags: "system:mail" when: the_nine_worlds_production | bool - role: "base" tags: "system:base" vars: motd_dir_path: "files/base/motd"