|
15 | 15 | ce_deploy: |
16 | 16 | venv_path: "/home/{{ _ce_provision_username }}/ansible" |
17 | 17 | venv_command: /usr/bin/python3 -m venv |
18 | | - own_repository: https://github.com/codeenigma/ce-deploy.git |
19 | | - config_repository: https://github.com/codeenigma/ce-dev-ce-deploy-config.git |
20 | | - own_repository_branch: 1.x |
21 | | - config_repository_branch: 1.x |
| 18 | + own_repository: https://gitlab.com/code-enigma/ce-deploy.git |
| 19 | + config_repository: https://gitlab.com/code-enigma/ce-dev-ce-deploy-config.git |
| 20 | + own_repository_branch: devel-1.x |
| 21 | + config_repository_branch: devel-1.x |
22 | 22 | username: ce-dev |
23 | 23 | install_username: "{{ _ce_provision_username }}" |
24 | 24 | upgrade_timer_name: upgrade_ce_provision_ansible |
|
39 | 39 | ce_provision: |
40 | 40 | venv_path: "/home/{{ _ce_provision_username }}/ansible" |
41 | 41 | venv_command: /usr/bin/python3 -m venv |
42 | | - own_repository: https://github.com/codeenigma/ce-provision.git |
43 | | - own_repository_branch: 2.x |
| 42 | + own_repository: https://gitlab.com/code-enigma/ce-provision.git |
| 43 | + own_repository_branch: devel-2.x |
44 | 44 | own_repository_skip_checkout: false |
45 | | - config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git |
46 | | - config_repository_branch: 2.x |
| 45 | + config_repository: https://gitlab.com/code-enigma/ce-dev-ce-provision-config.git |
| 46 | + config_repository_branch: devel-2.x |
47 | 47 | config_repository_skip_checkout: false |
48 | 48 | username: "{{ _ce_provision_username }}" |
49 | 49 | install_username: "{{ _ce_provision_username }}" |
|
0 commit comments