diff --git a/roles/peertube-k3s/tasks/main.yml b/roles/peertube-k3s/tasks/main.yml index c1a3190..9691f4d 100644 --- a/roles/peertube-k3s/tasks/main.yml +++ b/roles/peertube-k3s/tasks/main.yml @@ -15,9 +15,3 @@ - name: installation de k3s... 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' diff --git a/roles/peertube/tasks/main.yml b/roles/peertube/tasks/main.yml index 74d2511..be43ad5 100644 --- a/roles/peertube/tasks/main.yml +++ b/roles/peertube/tasks/main.yml @@ -24,6 +24,9 @@ - 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 diff --git a/roles/post/files/interfaces.s-peertube b/roles/post/files/interfaces.s-peertube index ee01ad6..49f3cd4 100644 --- a/roles/post/files/interfaces.s-peertube +++ b/roles/post/files/interfaces.s-peertube @@ -14,4 +14,4 @@ iface enp0s3 inet static allow-hotplug enp0s8 iface enp0s8 inet static 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