asg1612.docker
Docker Role
This role helps you install Docker. It is tested with Molecule.
Requirements
No requirements.
Role Variables
- daemon_json: A list of options for the daemon.json configuration.
- docker_version: The version of Docker you want, for example: docker_version: 18.03.*
Dependencies
No dependencies.
Example Playbook
- hosts: servers
vars:
daemon_json:
registry-mirrors:
- http://example.com:5001
insecure-registries:
- example.com:5000
dns:
- 8.8.8.8
roles:
- { role: asg1612.ansible-role-docker }
License
GNU General Public License v 3.0
Author Information
Andrés Sánchez García
Twitter: @asg1612
Email: asg1612@gmail.com
LinkedIn: Andrés Sánchez García
Website: andressaga.es
Installa
ansible-galaxy install asg1612.docker
Licenza
gpl-3.0
Download
16.7k
Proprietario
SysAdmin and Beekeeper