diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index d000218b2b..b80a2d9cc0 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -59,7 +59,6 @@ - import_tasks: "{{ tasks_path }}/2fa_client.yml" - import_tasks: "{{ tasks_path }}/motd.yml" - import_tasks: "{{ tasks_path }}/reg-server.yml" - when: master_sundries_node and env == "staging" handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/roles/rsyncd/files/rsyncd.conf.sundries b/roles/rsyncd/files/rsyncd.conf.sundries index 87ec1d7b78..75ff6d3e35 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries +++ b/roles/rsyncd/files/rsyncd.conf.sundries @@ -204,4 +204,12 @@ path = /srv/web/registry-signatures uid = root gid = root read only = yes -hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 +hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0 + +[registry-index] +comment = registry-index +path = /var/lib/reg-server/static/ +uid = root +gid = root +read only = yes +hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0