mirror of
https://github.com/famedly/ansible-collection-services
synced 2024-11-10 05:54:14 +00:00
chore: update gitlab paths
This commit is contained in:
parent
0844590c6f
commit
84d87449f2
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- project: 'famedly/company/devops/templates/ci-cd'
|
- project: 'famedly/infra/templates/ci-cd'
|
||||||
ref: 'ansible-v2'
|
ref: 'ansible-v2'
|
||||||
file: '/ansible.yml'
|
file: '/ansible.yml'
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ license:
|
||||||
- AGPL-3.0-only
|
- AGPL-3.0-only
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
repository: https://gitlab.com/famedly/company/devops/collections/services
|
repository: https://gitlab.com/famedly/infra/collections/services
|
||||||
issues: https://gitlab.com/famedly/company/devops/collections/services/-/issues
|
issues: https://gitlab.com/famedly/infra/collections/services/-/issues
|
||||||
|
|
|
@ -19,7 +19,7 @@ alexandrie_git_branch: "master"
|
||||||
#alexandrie_git_remote_path:
|
#alexandrie_git_remote_path:
|
||||||
|
|
||||||
alexandrie_container_name: "alexandrie"
|
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_tag: "famedly"
|
||||||
alexandrie_container_image_ref: "{{ alexandrie_container_image }}:{{ alexandrie_container_image_tag | default(alexandrie_version, true) }}"
|
alexandrie_container_image_ref: "{{ alexandrie_container_image }}:{{ alexandrie_container_image_tag | default(alexandrie_version, true) }}"
|
||||||
alexandrie_container_ports:
|
alexandrie_container_ports:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
- name: Clone index repository
|
- name: Clone index repository
|
||||||
git:
|
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"
|
dest: "{{ ktra_base_path }}/index"
|
||||||
reference: "{{ ktra_git_branch }}"
|
reference: "{{ ktra_git_branch }}"
|
||||||
update: no
|
update: no
|
||||||
|
|
Loading…
Reference in a new issue