docs: standardize readme format

This commit is contained in:
Simon Cornet 2026-04-10 09:00:11 +02:00
commit 228492858e

View file

@ -1,14 +1,15 @@
# Overview # Ansible Role: Docker
This role configures [Docker](<https://docker.io/>), for reasons. Install and configure [Docker](https://docker.io/) container runtime.
## Supported Operating Systems ## Variables
| Operating System | Version | | Variable | Required | Default | Description |
| --- | ----- | |----------|----------|---------|-------------|
| Debian | 13 | | `type` | No | `` | Object type to determine if container needs rebooting after removing apparmor |
| Ubuntu | 24 |
## Tags ## Example
This role has no tags. ```yaml
type: "server"
```