An Ansible Playbook that installs Docker on debian base Linux.
- Create Inventory of cluster hosts:
$ vi ~/hosts.ini
[backend_server]
host1.example.com
host2.example.com
[db_server]
host3.example.com
- Run playbook
ansible-playbook -i hosts.ini -b playbook.yml
@dwsclass dws-ops-002-ansible
All contributions are welcomed. If you find any bugs, please file an issue.