Added README.md file

This commit is contained in:
Radar231 2021-07-26 16:34:18 -04:00
parent 4837ea5ae8
commit 296e657c79
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 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=ubuntu" docker.yml