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
- Host: GitHub
- URL: https://github.com/l-with/ansible-role-docker
- Owner: l-with
- License: mit
- Created: 2021-05-27T20:19:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T15:53:29.000Z (12 months ago)
- Last Synced: 2025-07-11T17:54:35.279Z (12 months ago)
- Topics: ansible, ansible-role, docker
- Language: Jinja
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |