feat: specified k3s install on enp0s8
This commit is contained in:
parent
be47dbabd2
commit
d0efb480c8
@ -14,7 +14,7 @@
|
|||||||
host: localhost
|
host: localhost
|
||||||
|
|
||||||
- name: installation de k3s...
|
- 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...
|
- name: attente de l'installation de k3s...
|
||||||
wait_for:
|
wait_for:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user