fix: fixed k3s not starting at boot
This commit is contained in:
parent
8c3fc380fa
commit
57780388e7
@ -4,8 +4,3 @@
|
|||||||
|
|
||||||
- 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 | sh -s - --docker
|
||||||
|
|
||||||
- name: activationde k3s au démarrage...
|
|
||||||
systemd:
|
|
||||||
name: k3s
|
|
||||||
enabled: true
|
|
||||||
|
@ -13,4 +13,4 @@ iface enp0s3 inet static
|
|||||||
allow-hotplug enp0s8
|
allow-hotplug enp0s8
|
||||||
iface enp0s8 inet static
|
iface enp0s8 inet static
|
||||||
address 192.168.100.20/24
|
address 192.168.100.20/24
|
||||||
|
post-up systemctl start k3s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user