summaryrefslogtreecommitdiff
path: root/playbooks/roles/traefik/tasks/main.yml
blob: 4de095df708224018fa08eab39563040f0c8614a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

- name: Deploy traefik and tailnet -> home proxy
  ansible.builtin.import_tasks: manage-docker-swarm-service.yml
  vars:
    service_name: traefik
    template_render_dir: "../templates"
    service_destination_dir: "{{ traefik_base }}"

- name: Pause for user confirmation for headscale
  when: homelab_build
  ansible.builtin.pause:
    prompt: "Please accept the subnet router in headscale..."