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