From 57780388e7ed73ba7a75adfdff911b46c4c3ca05 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Thu, 30 Mar 2023 09:38:27 +0200 Subject: [PATCH] fix: fixed k3s not starting at boot --- roles/peertube/tasks/main.yml | 5 ----- roles/post/files/interfaces.s-peertube | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/roles/peertube/tasks/main.yml b/roles/peertube/tasks/main.yml index 5a58053..0ac906e 100644 --- a/roles/peertube/tasks/main.yml +++ b/roles/peertube/tasks/main.yml @@ -4,8 +4,3 @@ - name: installation de k3s... shell: curl -sfL https://get.k3s.io | sh -s - --docker - - - name: activationde k3s au démarrage... - systemd: - name: k3s - enabled: true diff --git a/roles/post/files/interfaces.s-peertube b/roles/post/files/interfaces.s-peertube index b7355db..d6720fb 100644 --- a/roles/post/files/interfaces.s-peertube +++ b/roles/post/files/interfaces.s-peertube @@ -13,4 +13,4 @@ iface enp0s3 inet static allow-hotplug enp0s8 iface enp0s8 inet static address 192.168.100.20/24 - + post-up systemctl start k3s