Update docker-registry role and documentation a bit
This commit is contained in:
parent
1f12014a52
commit
07fae19cec
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ After installation, you should be able to:
|
||||||
- pull images from your registry from any IP address
|
- pull images from your registry from any IP address
|
||||||
- push images to your registry from the whitelisted IP addresses (`docker_registry_private_services_whitelisted_ip_ranges`)
|
- push images to your registry from the whitelisted IP addresses (`docker_registry_private_services_whitelisted_ip_ranges`)
|
||||||
|
|
||||||
With custom Traefik configuration (hint: see `docker_registry_container_labels_traefik_rule_*` variables in the [docker_registry role]()), you may be able to add additional restrictions.
|
With custom Traefik configuration (hint: see [`docker_registry_container_labels_traefik_rule_*` variables](https://github.com/mother-of-all-self-hosting/ansible-role-docker-registry/blob/main/defaults/main.yml) in the [docker-registry role](https://github.com/mother-of-all-self-hosting/ansible-role-docker-registry)), you may be able to add additional restrictions.
|
||||||
|
|
||||||
To **test pushing** images, try the following:
|
To **test pushing** images, try the following:
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-docker-registry.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-docker-registry.git
|
||||||
name: docker_registry
|
name: docker_registry
|
||||||
version: v2.8.1-0
|
version: v2.8.1-1
|
||||||
|
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git
|
||||||
name: gitea
|
name: gitea
|
||||||
|
|
Loading…
Add table
Reference in a new issue