diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec13089..746b82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- include: - - project: 'famedly/company/devops/templates/ci-cd' + - project: 'famedly/infra/templates/ci-cd' ref: 'ansible-v2' file: '/ansible.yml' diff --git a/galaxy.yml b/galaxy.yml index a10a39c..6c69f6a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 diff --git a/roles/alexandrie/defaults/main.yml b/roles/alexandrie/defaults/main.yml index 0dc3807..22b1b0a 100644 --- a/roles/alexandrie/defaults/main.yml +++ b/roles/alexandrie/defaults/main.yml @@ -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: diff --git a/roles/ktra/tasks/main.yml b/roles/ktra/tasks/main.yml index 8644e3e..b1f9025 100644 --- a/roles/ktra/tasks/main.yml +++ b/roles/ktra/tasks/main.yml @@ -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