fabiohbarbosa.docker
Ansible Docker Role
This Ansible role is used to install Docker and Docker Compose.
Works with the latest Ubuntu Zesty and Linux Mint versions: Qiana, Rebecca, Rafaela, Rosa, Sarah, and Serena!
Requirements
- Ansible version 2.0 or higher
- Python-apt package
- Sudo access
- Git installed
Role Variables
- docker_users: List of users you want to add to the Docker group.
- docker_compose_version: Version of Docker Compose to install. Default is 1.12.0.
Example Playbook
Here's an example of how to use this role, including how to pass variables:
- hosts: servers
roles:
- { role: fabiohbarbosa.docker, docker_users: [user1, user2], docker_compose_version: 1.13.0 }
License
This project is licensed under the MIT License.
Informazioni sul progetto
docker-ce and docker-compose installation
Installa
ansible-galaxy install fabiohbarbosa.docker
Licenza
mit
Download
108
Proprietario