Improve feedback;Housekeeping;Downgrade K3s version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b890a03760
commit
433a231487
@ -7,6 +7,6 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item | basename }}"
|
label: "{{ item | basename }}"
|
||||||
# Probably should add a task before that ensures K3s node is fully initialized before starting imports; currently K3s goes away briefly during this loop
|
# Probably should add a task before that ensures K3s node is fully initialized before starting imports; currently K3s goes away briefly during this loop
|
||||||
retries: 3
|
retries: 5
|
||||||
delay: 10
|
delay: 10
|
||||||
until: import_result is not failed
|
until: import_result is not failed
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
line: 'PasswordAuthentication yes'
|
line: 'PasswordAuthentication yes'
|
||||||
state: absent
|
state: absent
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ '[' + item.line + '] ' + item.state }}"
|
label: "{{ '[' + item.regex + '] ' + item.state }}"
|
||||||
|
|
||||||
- name: Create dedicated SSH keypair
|
- name: Create dedicated SSH keypair
|
||||||
community.crypto.openssh_keypair:
|
community.crypto.openssh_keypair:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
platform:
|
platform:
|
||||||
|
|
||||||
k3s:
|
k3s:
|
||||||
version: v1.25.4+k3s1
|
# version: v1.25.4+k3s1
|
||||||
|
# max supported version by Longhorn is <v1.25.0
|
||||||
|
version: v1.24.8+k3s1
|
||||||
|
|
||||||
gitops:
|
gitops:
|
||||||
repository:
|
repository:
|
||||||
|
Loading…
Reference in New Issue
Block a user