From d0efb480c892a010410ef15223b35759599be813 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Fri, 28 Apr 2023 09:00:47 +0200 Subject: [PATCH] feat: specified k3s install on enp0s8 --- roles/peertube-k3s/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/peertube-k3s/tasks/main.yml b/roles/peertube-k3s/tasks/main.yml index 0c0f5ca..3033f68 100644 --- a/roles/peertube-k3s/tasks/main.yml +++ b/roles/peertube-k3s/tasks/main.yml @@ -14,7 +14,7 @@ host: localhost - name: installation de k3s... - shell: curl -sfL https://get.k3s.io | sh -s - --docker + shell: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--node-ip=192.168.100.20 --flannel-iface=enp0s8" sh -s - --docker - name: attente de l'installation de k3s... wait_for: