fix: changed order of task in main.yaml
This commit is contained in:
parent
c83ba7c977
commit
2f7544c3a1
@ -5,9 +5,6 @@
|
|||||||
- 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
|
||||||
@ -39,5 +36,8 @@
|
|||||||
- 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
|
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: exposition du cluster...
|
||||||
|
shell: export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||||
|
|
||||||
- name: lancement du helm chart peertube...
|
- name: lancement du helm chart peertube...
|
||||||
shell: helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm
|
shell: helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user