From c894d77489fe52fb7de2981cdd6eff7878f49309 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com>
Date: Wed, 14 Jun 2023 16:38:15 +0200
Subject: [PATCH] doc: update and fix typo

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5d92029..d75793c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 docker_server
-=========
+=============
 
 This roles deploys Docker and configures daemon, together with Traefik inverseproxy
 
@@ -34,7 +34,7 @@ This role makes use of a few variables which are set in case the target server i
   * metabase
 * docker_registry_auth : configuration for connecting to docker registry (goes in /root/.docker/config.json)
 
-Note : all variables defined in defualts_main.yml might be useful in another role, in that case, it would be better to have them overwritten at play or host_vars level in order to make sure the same value is provided to each independant role
+Note : all variables defined in defaults/main.yml might be useful in another role, in that case, it would be better to have them overwritten at play or host_vars level in order to make sure the same value is provided to each independant role
 
 Variables from vars directory:
 * OS specific (RedHat.yml / Debian.yml) :
@@ -43,7 +43,7 @@ Variables from vars directory:
 * Global (main.yml):
   * pip_packages: Python pip packages to be installed / upgraded
   * timezone: for Traefik logs (defaults to "Europe/Paris")
-  * traefik_version: "v2.9.6"
+  * traefik_version: "v2.10"
 
 This role also makes use of variables gathered from facts :
 * ansible_os_family : Family of Operating System (Debian or RedHat)
-- 
GitLab