# Ansible Role: Docker Install and configure [Docker](https://docker.io/) container runtime. ## Variables | Variable | Required | Default | Description | | -------- | -------- | ------- | ----------------------------------------------------------------------------- | | `type` | No | `` | Object type to determine if container needs rebooting after removing apparmor | ## Example ```yaml type: "server" ```