docs: standardize readme format
This commit is contained in:
parent
e0475a5a04
commit
228492858e
1 changed files with 10 additions and 9 deletions
19
readme.md
19
readme.md
|
|
@ -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 |
|
||||
| --- | ----- |
|
||||
| Debian | 13 |
|
||||
| Ubuntu | 24 |
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `type` | No | `` | Object type to determine if container needs rebooting after removing apparmor |
|
||||
|
||||
## Tags
|
||||
## Example
|
||||
|
||||
This role has no tags.
|
||||
```yaml
|
||||
type: "server"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue