fix: made cluster finally reachable

This commit is contained in:
Elam Monnot 2023-04-05 16:35:35 +02:00
parent 5b759a24c9
commit c99642eae3
3 changed files with 4 additions and 7 deletions

View File

@ -15,9 +15,3 @@
- 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: mise a jour de resolv.conf...
copy:
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
dest: /etc/
mode: '0644'

View File

@ -24,6 +24,9 @@
- name: exposition du cluster... - name: exposition du cluster...
command: KUBECONFIG=/etc/rancher/k3s/k3s.yaml 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... - 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

View File

@ -14,4 +14,4 @@ iface enp0s3 inet static
allow-hotplug enp0s8 allow-hotplug enp0s8
iface enp0s8 inet static iface enp0s8 inet static
address 192.168.100.20/24 address 192.168.100.20/24
post-up systemctl start k3s && sleep 20 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml post-up systemctl start k3s