Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/famedly_sync/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
+ famedly_sync_container_image_namespace | default('')
+ famedly_sync_container_image_name
}}
famedly_sync_container_image_registry: "docker-oss.nexus.famedly.de"
famedly_sync_container_image_registry: "registry.famedly.net/docker-oss"
famedly_sync_container_image_name: "famedly-sync-agent"

famedly_sync_docker_networks:
Expand All @@ -32,3 +32,3 @@
famedly_sync_docker_volumes:
- "{{ famedly_sync_path }}:/opt/famedly-sync:rw"

Expand Down
2 changes: 1 addition & 1 deletion roles/ldap/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ldap_container_image_repository: >-
+ ldap_container_image_namespace | default('')
+ ldap_container_image_name
}}
ldap_container_image_registry: "docker-oss.nexus.famedly.de"
ldap_container_image_registry: "registry.famedly.net/docker-oss"
ldap_container_image_namespace: ""
ldap_container_image_name: "openldap"

Expand Down
2 changes: 1 addition & 1 deletion roles/ldap/docs/MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
When the ldap container image is updated, one needs to make
sure the config template is still up-to-date.

To do this, run `docker run --rm docker-oss.nexus.famedly.de/openldap:$VERSION cat /etc/openldap/slapd.ldif > templates/slapd_$VERSION.ldif`
To do this, run `docker run --rm registry.famedly.net/docker-oss/openldap:$VERSION cat /etc/openldap/slapd.ldif > templates/slapd_$VERSION.ldif`
and use `diff templates/slapd_$VERSION templates/slapd.ldif.j2`.

When you integrated potential config changes, make sure that the
Expand Down
Loading