Skip to content

beacloudgenius/docker-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1: Add the ip address of your box into the inventory/hosts file

atom inventory/hosts

Step 1.5: avoid galaxy SNI validation issue ansible/galaxy#795

sudo -H pip install -U urllib3

Step 2: Pull down this role from the galaxy

ansible-galaxy role install geerlingguy.docker

Step 3: Run the docker play

ansible-playbook docker.yml

Releases

No releases published

Packages

No packages published