Loading playbooks/roles/mec_config/tasks/main.yml +12 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,18 @@ regexp: 'runAsUser:\s*1001' replace: 'runAsUser: 1000' - name: "Patch docker-registry chart — fsGroup 1001 → 1000" replace: path: "{{ mec_sandbox_dir }}/charts/docker-registry/values.yaml" regexp: 'fsGroup:\s*1001' replace: 'fsGroup: 1000' - name: "Patch docker-registry chart — runAsUser 1001 → 1000" replace: path: "{{ mec_sandbox_dir }}/charts/docker-registry/values.yaml" regexp: 'runAsUser:\s*1001' replace: 'runAsUser: 1000' # --- Patch .meepctl-repocfg.yaml permissions uid/gid --- - name: "Patch repocfg — uid 1001 → 1000" Loading Loading
playbooks/roles/mec_config/tasks/main.yml +12 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,18 @@ regexp: 'runAsUser:\s*1001' replace: 'runAsUser: 1000' - name: "Patch docker-registry chart — fsGroup 1001 → 1000" replace: path: "{{ mec_sandbox_dir }}/charts/docker-registry/values.yaml" regexp: 'fsGroup:\s*1001' replace: 'fsGroup: 1000' - name: "Patch docker-registry chart — runAsUser 1001 → 1000" replace: path: "{{ mec_sandbox_dir }}/charts/docker-registry/values.yaml" regexp: 'runAsUser:\s*1001' replace: 'runAsUser: 1000' # --- Patch .meepctl-repocfg.yaml permissions uid/gid --- - name: "Patch repocfg — uid 1001 → 1000" Loading