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

- 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 }}"
    file_mode: "777"

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