Compare commits
2 Commits
v0.0.6h-jl
...
v0.0.6j-em
Author | SHA1 | Date | |
---|---|---|---|
47d6805612 | |||
57780388e7 |
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user