From b39cc5f0c660ceab576d55188de1b70b5f40acd7 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 27 Sep 2024 09:47:59 +0300 Subject: [PATCH] Add relocation warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f19851..7e1fc86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Traefik reverse-proxy Ansible role +⚠️ **WARNING**: this role is now maintained in [mother-of-all-self-hosting/ansible-role-traefik](https://github.com/mother-of-all-self-hosting/ansible-role-traefik). + This is an [Ansible](https://www.ansible.com/) role which installs [Traefik](https://traefik.io/) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service. This role *implicitly* depends on the [`com.devture.ansible.role.systemd_docker_base` role](https://github.com/devture/com.devture.ansible.role.systemd_docker_base).