chore: update gitlab paths

This commit is contained in:
Jan Christian Grünhage 2022-10-10 17:36:05 +02:00
parent 0844590c6f
commit 84d87449f2
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
---
include:
- project: 'famedly/company/devops/templates/ci-cd'
- project: 'famedly/infra/templates/ci-cd'
ref: 'ansible-v2'
file: '/ansible.yml'

View file

@ -12,5 +12,5 @@ license:
- AGPL-3.0-only
build_ignore:
- '*.tar.gz'
repository: https://gitlab.com/famedly/company/devops/collections/services
issues: https://gitlab.com/famedly/company/devops/collections/services/-/issues
repository: https://gitlab.com/famedly/infra/collections/services
issues: https://gitlab.com/famedly/infra/collections/services/-/issues

View file

@ -19,7 +19,7 @@ alexandrie_git_branch: "master"
#alexandrie_git_remote_path:
alexandrie_container_name: "alexandrie"
alexandrie_container_image: "registry.gitlab.com/famedly/company/devops/services/alexandrie"
alexandrie_container_image: "registry.gitlab.com/famedly/company/backend/services/alexandrie"
alexandrie_container_image_tag: "famedly"
alexandrie_container_image_ref: "{{ alexandrie_container_image }}:{{ alexandrie_container_image_tag | default(alexandrie_version, true) }}"
alexandrie_container_ports:

View file

@ -19,7 +19,7 @@
- name: Clone index repository
git:
repo: "https://{{ ktra_git_user }}:{{ ktra_git_pass }}@gitlab.com/famedly/company/devops/crates-index.git"
repo: "https://{{ ktra_git_user }}:{{ ktra_git_pass }}@gitlab.com/famedly/infra/crates-index.git"
dest: "{{ ktra_base_path }}/index"
reference: "{{ ktra_git_branch }}"
update: no