Compare commits

..

3 Commits

Author SHA1 Message Date
a2c1636a0f correction bug Arnoux 2023-04-30 20:27:14 +02:00
d107c26449 délais dhcp r-int dhcp 2023-04-28 09:39:52 +02:00
d0efb480c8 feat: specified k3s install on enp0s8 2023-04-28 09:00:47 +02:00
2 changed files with 11 additions and 1 deletions

View File

@ -14,7 +14,7 @@
host: localhost
- 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...
wait_for:

View File

@ -17,3 +17,13 @@
#- name: extraction fog.tar.gz
#unarchive: src=/tmp/fog.tar.gz dest=/var/www/ copy=no
#- name: delais 2 secondes isc-dhcp-service
# become: yes
# lineinfile:
# path: /etc/init.d/isc-dhcp-server
# insertafter: '^\s+start\)$'
# line: " sleep 2"
# firstmatch: yes
# state: present
# backup: yes