Files
p2p-rendering-computation/sample-run/ML/roles/docker
2021-06-12 21:56:08 +04:00
..
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00
2021-06-12 21:56:08 +04:00

The docker Role

The docker role installs the Docker CE repository and runtime packages.

This role may be executed independently by running:

$ ansible-playbook packages.yml --tags "docker"

On execution, this role installs the following directly to the remote machine's operating system:

Apt Repositories (Debian/Ubuntu)

  • Docker CE

Apt GPG Signing Keys (Debian/Ubuntu)

Operating System Packages (Debian/Ubuntu)

  • docker-ce v5:18.x

System Services

  • docker (enabled and started)

User Groups

  • docker

All users listed under secrets.users in secrets.yml will be added to the docker group.