- hosts: ick remote_user: debian become: yes roles: - sane_debian_system - comfortable - apt_repository # - haproxy # - qvisqve # - ick-controller # - ick-artifact-store # - ick-notifier # - ickweb # - muck vars: sane_debian_system_version: 1 sane_debian_system_codename: buster haproxy_domain: "{{ controller_domain }}" qvisqve_domain: "{{ controller_domain }}" artifact_store_domain: "{{ controller_domain }}" apt_domain: "{{ controller_domain }}" notify_domain: "{{ controller_domain }}" muck_domain: "{{ controller_domain }}"