From bac2f067a96314623df47a6a70620d843ab4bd2f Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Tue, 4 Apr 2023 09:27:12 +0200 Subject: [PATCH] fix: sychronized roles for peertube --- roles/peertube/tasks/main.yml | 5 +++++ roles/post/files/interfaces.s-peertube | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/peertube/tasks/main.yml b/roles/peertube/tasks/main.yml index be76841..b469cf9 100644 --- a/roles/peertube/tasks/main.yml +++ b/roles/peertube/tasks/main.yml @@ -2,6 +2,11 @@ - name: installation de docker... shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh + - name: attente de l'installation... + wait_for: + timeout: 30 + delegate_to: localhost + - name: installation de k3s... shell: curl -sfL https://get.k3s.io | sh -s - --docker diff --git a/roles/post/files/interfaces.s-peertube b/roles/post/files/interfaces.s-peertube index 25fbfaa..ee01ad6 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 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml + post-up systemctl start k3s && sleep 20 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml