Go to file
Radar231 b9a5575dd7 cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:25 -05:00
README.md cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:25 -05:00
docker.yml cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:25 -05: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