Go to file
Radar231 84c3e1edbf removed docker-compose version as it will now be installed via the package manager 2023-05-16 21:04:13 -04:00
README.md cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:25 -05:00
docker.yml removed docker-compose version as it will now be installed via the package manager 2023-05-16 21:04:13 -04:00

README.md

docker playbook

Introduction

This is the top level playbook for the 'docker' role, and will install docker on the target host.

The username of the user that will be running the docker command is supplied so that that user can be added to the appropriate groups.

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> -e "username=<username>" docker.yml

ie,
ansible-playbook -i 192.168.0.101, -e "username=someuser" docker.yml