Compare commits

...

4 Commits

Author SHA1 Message Date
Elam Monnot
b36505bf78 fix: needed to add repos with helm 2023-04-03 11:08:53 +02:00
Johan Largy
2546430f94 Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023 2023-04-03 11:05:13 +02:00
Elam Monnot
40c8aeccd9 fix: changed paths in peertube role 2023-04-03 11:00:19 +02:00
Elam Monnot
5c21400e29 fix: wrong cp path in role 2023-04-03 10:47:41 +02:00

View File

@@ -20,11 +20,11 @@
- name: copie de values.yaml... - name: copie de values.yaml...
copy: copy:
src: /root/tools/ansible/gsb2023/roles/peertube/files/values.yaml src: /root/tools/ansible/gsb2023/roles/peertube/files/values.yaml
dest: /root/tools/peertube/Peertube-helm/helm/ dest: /root/tools/peertube/helm/
mode: '0644' mode: '0644'
- name: installation de helm... - name: installation de helm...
shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: installation de peertube... - name: installation de peertube...
shell: helm dependency build /root/tools/peertube/Peertube-helm/helm/ && helm install --create-namesapce -n peertube peertube-gsb shell: helm repo add https://charts.bitnami.com/bitnami && helm repo add https://bokysan.github.io/docker-postfix && helm dependency build /root/tools/peertube/helm/ && helm install --create-namesapce -n peertube peertube-gsb /root/tools/peertube/helm