-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add Docker Registry deployment role #137
Copy link
Copy link
Open
Labels
Description
Problem
No Ansible role exists for deploying a Docker Registry. The demo_lab creates a VM (admin-builder-docker-registry, VMID 1001) but the VM doesn't even have Docker installed.
Needed
A catalog role (e.g., software.install.docker_registry) that:
- Installs Docker (if not already present)
- Runs a Docker Registry container
- Configures TLS or insecure registry settings
- Sets up storage backend
Related
- Tracked in range42/project_management#66
Reactions are currently unavailable