maricaantonacci.docker

Docker Role

Install docker-engine

Role Variables

  • docker_bridge_ip_cidr (optional): IP address to assign to the Docker bridge. Use standard CIDR format, e.g. 192.168.1.5/24
  • docker_bridge_mtu (optional): Set the maximum packet size for docker0
  • docker_dns (list, optional): Custom DNS servers to use
  • docker_dns_search (list, optional): Domain names to search
  • docker_registry_mirror (optional): URL for the registry mirror
  • docker_storage_driver (optional): Storage driver to use
  • docker_log_driver (optional): Log driver to use. Default: 'json-file'
  • docker_logs_opts (optional): Options for the log driver. Default: { 'max-file': '3', 'max-size': '100m' }

Example Playbook

- hosts: servers
  roles:
     - { role: indigo-dc.docker, docker_bridge_ip_cidr: "172.0.17.1/24" }

License

Apache License v2 [1]

[1] http://www.apache.org/licenses/LICENSE-2.0

Informazioni sul progetto

Install docker engine

Installa
ansible-galaxy install maricaantonacci.docker
Licenza
apache-2.0
Download
75
Proprietario