aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/osmocom-workstation/tasks/git-repos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/osmocom-workstation/tasks/git-repos.yml')
-rw-r--r--ansible/roles/osmocom-workstation/tasks/git-repos.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/ansible/roles/osmocom-workstation/tasks/git-repos.yml b/ansible/roles/osmocom-workstation/tasks/git-repos.yml
index 79f7f31..719b6eb 100644
--- a/ansible/roles/osmocom-workstation/tasks/git-repos.yml
+++ b/ansible/roles/osmocom-workstation/tasks/git-repos.yml
@@ -4,7 +4,7 @@
become: yes
become_user: "{{ osmocom_user }}"
git:
- repo: git://git.osmocom.org/{{ item }}.git
+ repo: https://git.osmocom.org/{{ item }}
dest: "{{ git_destination }}/{{ item }}"
accept_hostkey: yes
force: no
@@ -36,6 +36,8 @@
- osmo-gsm-manuals
- osmo-gtp-kernel
- osmo-hlr
+ - osmo-hnodeb
+ - osmo-hnbgw
- osmo-iuh
- osmo-mgw
- osmo-msc
@@ -104,20 +106,20 @@
chdir: "{{ git_destination }}/osmo-ttcn3-hacks"
- name: install sysmocom git repos
- git: repo=git://git.sysmocom.de/{{ item }}.git
+ git: repo=https://gitea.sysmocom.de/{{ item }}.git
dest={{ git_destination }}/{{ item }}
accept_hostkey=yes
force=yes
recursive=no
with_items:
- sysmo-bts/layer1-api
- - poky/meta-sysmocom-bsp
- - rs-backup-suite
- - sysmo-usim-tool
+ - sysmo-bts/meta-sysmocom-bsp
+ - hwelte/rs-backup-suite
+ - sysmocom/sysmo-usim-tool
- name: install github git repos
- git: repo=git://github.com/{{ item }}.git
+ git: repo=https://github.com/{{ item }}.git
dest={{ git_destination }}/{{ item }}
accept_hostkey=yes
force=yes