From 85e5294363c6b2cc3a8dea8b932387957c34e6c7 Mon Sep 17 00:00:00 2001 From: syrell Date: Sun, 12 Feb 2023 23:22:28 +0100 Subject: [PATCH] Fix links in Docker README --- roles/docker/README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/docker/README.rst b/roles/docker/README.rst index e1956de..8f8c44c 100644 --- a/roles/docker/README.rst +++ b/roles/docker/README.rst @@ -1,7 +1,7 @@ Docker setup ============ -Docker setup Ansible role. This role is largely inspired by `Jeff Geerling ` Docker role, I made my one since I tend to not rely on external projects too much especially when they are quite simple. +Docker setup Ansible role. This role is largely inspired by `Jeff Geerling `_ Docker role, I made my one since I tend to not rely on external projects too much especially when they are quite simple. Requirements ------------ @@ -11,9 +11,9 @@ This role was written for Debian. Role Variables -------------- -Variables can be found in the `default vars `_ +Variables can be found in the `default vars `_ -.. codeblock:: yaml +.. codeblock:: yaml docker_edition: 'ce' docker_dependencies: - "apt-transport-https" @@ -30,13 +30,13 @@ Variables can be found in the `default vars `_ Defines Docker flavor to install, dependencies and the packages to install. We don't install the docker-compose binary since compose is include in the Docker command line. -.. codeblock:: yaml +.. codeblock:: yaml docker_users: - "syrell" A list of UNIX users to add to the docker group. -.. codeblock:: yaml +.. codeblock:: yaml docker_daemon_options: docker_daemon_options: log-opts: @@ -44,7 +44,7 @@ A list of UNIX users to add to the docker group. A dictionary listing options to add to the Docker daemon. -.. codeblock:: yaml +.. codeblock:: yaml docker_apt_release_channel: stable docker_repo_url: https://download.docker.com/linux docker_apt_arch: amd64 @@ -61,7 +61,7 @@ None. Example Playbook ---------------- -.. codeblock:: yaml +.. codeblock:: yaml - name: Install docker hosts: all roles: @@ -75,4 +75,4 @@ BSD-3 Author Information ------------------ -Role created by `syrell ` +Role created by `syrell `_