Compare commits

...

1 Commits

Author SHA1 Message Date
57780388e7 fix: fixed k3s not starting at boot 2023-03-30 09:38:27 +02:00
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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