All checks were successful
ci/woodpecker/push/linting Pipeline was successful
15 lines
491 B
Markdown
15 lines
491 B
Markdown
# 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"
|
|
```
|