Compare commits
3 Commits
v0.0.6s-jl
...
v0.0.6t-em
Author | SHA1 | Date | |
---|---|---|---|
c83ba7c977 | |||
1532c8bdd0 | |||
08c73d0416 |
@ -5,6 +5,9 @@
|
|||||||
- name: installation de k3s...
|
- name: installation de k3s...
|
||||||
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
||||||
|
|
||||||
|
- name: exposition du cluster...
|
||||||
|
shell: export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||||
|
|
||||||
- name: mise a jour de resolv.conf...
|
- name: mise a jour de resolv.conf...
|
||||||
copy:
|
copy:
|
||||||
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
|
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
|
||||||
@ -22,6 +25,7 @@
|
|||||||
repo: https://github.com/Elam-Monnot/Peertube-helm.git
|
repo: https://github.com/Elam-Monnot/Peertube-helm.git
|
||||||
dest: /root/tools/peertube
|
dest: /root/tools/peertube
|
||||||
clone: yes
|
clone: yes
|
||||||
|
force: yes
|
||||||
|
|
||||||
- name: copie de values.yaml...
|
- name: copie de values.yaml...
|
||||||
copy:
|
copy:
|
||||||
@ -33,4 +37,7 @@
|
|||||||
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 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 dependency build /root/tools/peertube/helm/ && helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm
|
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
|
||||||
|
Reference in New Issue
Block a user