--- - name: Deploy nginx-proxy ansible.builtin.import_tasks: manage-docker-compose-service.yml vars: service_name: nginx-proxy template_render_dir: "../templates" service_destination_dir: "{{ nginx_proxy_base }}" state: restarted # can't rollout the nginx-proxy without a parent reverse proxy. which # would need a reverse proxy to rollout. which would need a... yeah you # get the idea. # rollout_services: