Ansible Part 2
Plays A play generally includes hosts otherwise it's simply a task Ubuntu Ansible Install sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt-get install ansible Create a New role for Docker & Setup Folder Structure mkdir -p docker-role/roles && cd docker-role ansible-galaxy init --offline --init-path=