Compare commits

...

2 Commits

Author SHA1 Message Date
47d6805612 fix: set default route for k3s 2023-03-30 09:53:03 +02:00
57780388e7 fix: fixed k3s not starting at boot 2023-03-30 09:38:27 +02:00
2 changed files with 2 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

@ -8,9 +8,10 @@ iface lo inet loopback
allow-hotplug enp0s3
iface enp0s3 inet static
address 192.168.99.120/24
gateway 192.168.99.99
# Réseau n-dmz
allow-hotplug enp0s8
iface enp0s8 inet static
address 192.168.100.20/24
post-up systemctl start k3s