forked from gadmin/gsb2023
Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023
This commit is contained in:
commit
b7d8e6e9d4
6
roles/peertube/files/finish
Normal file
6
roles/peertube/files/finish
Normal file
@ -0,0 +1,6 @@
|
||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml;
|
||||
helm repo add postgresql https://charts.bitnami.com/bitnami;
|
||||
helm repo add redis https://charts.bitnami.com/bitnami;
|
||||
helm repo add mail https://bokysan.github.io/docker-postfix;
|
||||
helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm/ ;
|
||||
kubectl config view --raw > ~/.kube/config
|
@ -18,17 +18,11 @@
|
||||
dest: /root/tools/peertube/helm/
|
||||
mode: '0644'
|
||||
|
||||
- name: copie du script finish...
|
||||
copy:
|
||||
src: /root/tools/ansible/gsb2023/roles/peertube/files/finish
|
||||
dest: /root
|
||||
mode: '0644'
|
||||
|
||||
- name: installation de helm...
|
||||
shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
|
||||
- name: exposition du cluster...
|
||||
command: KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||
|
||||
- name: mise a jour de la configuration de kubectl...
|
||||
command: kubectl config view --raw > ~/.kube/config
|
||||
|
||||
- name: installation de peertube...
|
||||
shell: helm repo add postgresql https://charts.bitnami.com/bitnami && helm repo add redis https://charts.bitnami.com/bitnami && helm repo add mail https://bokysan.github.io/docker-postfix
|
||||
|
||||
- name: lancement du helm chart peertube...
|
||||
shell: helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm/
|
||||
|
Loading…
x
Reference in New Issue
Block a user