summaryrefslogtreecommitdiff
path: root/roles/docker/registry/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-10-24 23:31:26 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-10-24 23:31:26 +0200
commit5a8d9370af750c25ac55a7ced51e24f29bb9facc (patch)
tree15e0d02c0dd4bf5c8421ec1f2ff06383b8fbb0c2 /roles/docker/registry/defaults
parentdocker/engine: also install buildx (diff)
add new role docker/registry (WIP)
Diffstat (limited to 'roles/docker/registry/defaults')
-rw-r--r--roles/docker/registry/defaults/main.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/docker/registry/defaults/main.yml b/roles/docker/registry/defaults/main.yml
new file mode 100644
index 00000000..f561aedd
--- /dev/null
+++ b/roles/docker/registry/defaults/main.yml
@@ -0,0 +1,13 @@
+---
+# docker_registry_storage:
+# type: ...
+
+docker_registry_http_listen: ":5000"
+# docker_registry_http_listen_debug: "127.0.0.1:5001"
+
+# docker_registry_http_secret: ...
+
+# docker_registry_http_hostnames:
+# - docker.example.com
+# docker_registry_http_tls:
+# certificate_provider: ...