diff --git a/readme.md b/readme.md index 748b674..13dd3d8 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,15 @@ -# Overview +# Ansible Role: Docker -This role configures [Docker](), 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" +```