--- - name: "load docker and db for {{application_id}}" include_role: name: cmp-db-docker - name: "Include setup for domain '{{ domain }}'" include_role: name: srv-proxy-6-6-domain loop: "{{ domains['web-app-mastodon'] }}" loop_control: loop_var: domain vars: http_port: "{{ ports.localhost.http[application_id] }}" ws_path: "/api/v1/streaming" ws_port: "{{ ports.localhost.websocket[application_id] }}" client_max_body_size: "80m" vhost_flavour: "ws_generic" - name: "start setup procedures for mastodon" include_tasks: 01_setup.yml when: mastodon_setup |bool