Skip to content
Snippets Groups Projects
Commit c894d774 authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

doc: update and fix typo

parent 7cb315c3
No related branches found
No related tags found
No related merge requests found
docker_server docker_server
========= =============
This roles deploys Docker and configures daemon, together with Traefik inverseproxy 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 ...@@ -34,7 +34,7 @@ This role makes use of a few variables which are set in case the target server i
* metabase * metabase
* docker_registry_auth : configuration for connecting to docker registry (goes in /root/.docker/config.json) * 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: Variables from vars directory:
* OS specific (RedHat.yml / Debian.yml) : * OS specific (RedHat.yml / Debian.yml) :
...@@ -43,7 +43,7 @@ Variables from vars directory: ...@@ -43,7 +43,7 @@ Variables from vars directory:
* Global (main.yml): * Global (main.yml):
* pip_packages: Python pip packages to be installed / upgraded * pip_packages: Python pip packages to be installed / upgraded
* timezone: for Traefik logs (defaults to "Europe/Paris") * 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 : This role also makes use of variables gathered from facts :
* ansible_os_family : Family of Operating System (Debian or RedHat) * ansible_os_family : Family of Operating System (Debian or RedHat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment