From a321b069f9b72a4ae6761df812e5720e6807bf93 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 2 Feb 2025 02:09:36 +0900 Subject: [PATCH] Update docs/configuring-playbook-traefik.md: add the common introduction Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-traefik.md b/docs/configuring-playbook-traefik.md index cab20454f..40a27c798 100644 --- a/docs/configuring-playbook-traefik.md +++ b/docs/configuring-playbook-traefik.md @@ -1,6 +1,6 @@ # Configuring the Traefik reverse-proxy (optional, advanced) -By default, this playbook installs and manages a [Traefik](https://doc.traefik.io/traefik/) reverse-proxy server, powered by the [ansible-role-traefik](https://github.com/mother-of-all-self-hosting/ansible-role-traefik) Ansible role. +By default, this playbook installs and manages a [Traefik](https://doc.traefik.io/traefik/) reverse-proxy server, powered by the [ansible-role-traefik](https://github.com/mother-of-all-self-hosting/ansible-role-traefik) Ansible role for you. If that's okay, you can skip this document. This Ansible role support various configuration options. Feel free to consult its `default/main.yml` variables file.