feat: initial commit
This commit is contained in:
parent
36ca871e90
commit
3063fd9b39
15 changed files with 242 additions and 93 deletions
19
readme.md
Normal file
19
readme.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Ansible Role: Zot
|
||||
|
||||
Install and configure [Zot](https://zotregistry.dev/) - an OCI-native container image registry.
|
||||
|
||||
## Variables
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `zot_version` | No | `2.1.16` | Zot release version to install |
|
||||
|
||||
## Configuration
|
||||
|
||||
The role deploys Zot with the following defaults:
|
||||
|
||||
- **Bind address:** `127.0.0.1:5000`
|
||||
- **Storage:** `/var/lib/zot`
|
||||
- **Config:** `/etc/zot/config.json`
|
||||
- **Extensions:** UI and search (with CVE updates every 24h) enabled
|
||||
- **Service:** systemd unit on Debian-family systems
|
||||
Loading…
Add table
Add a link
Reference in a new issue