An open API service indexing awesome lists of open source software.

https://github.com/l-with/ansible-role-docker


https://github.com/l-with/ansible-role-docker

ansible ansible-role docker

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ansible Role Docker

Installs Docker

## Variables

### `docker_manipulate_iptables_rules`: `yes`

if docker can manipulate iptable rules

## Role Variables

| group | variable | default | description |
| --- | --- | ---| --- |
| install | docker_install | `true` | if docker should be installed |
| install | docker_manipulate_iptables_rules | `true` | if docker can manipulate iptable rules |
| install | docker_hold_packages_versions | `false` | if the packages versions of docker should be hold to prevent updates |
| install | docker_unhold_packages_versions | `false` | if the packages versions of docker should be unhold to enable updates |