infra/ansible/playbooks/docker-registry.yml

6 lines
70 B
YAML

---
- hosts: docker_registry
roles:
- role: docker_registry
...