playbook-docker/readme.md
2021-06-07 22:44:54 +02:00

296 B
Executable File

Ansible: Setup Docker

This playbook installs docker & docker-compose on your server.

Installing

Copy then change values of hosts example file

$ cp hosts.example.ini hosts.ini

Then run the playbook:

$ ansible-playbook -i hosts.ini playbook.yml