fix: cluster reacheable during install process

This commit is contained in:
Elam Monnot 2023-04-04 08:41:40 +02:00
parent 252618618b
commit 08c73d0416

View File

@ -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: