Upgrade versions;Add delay;Housekeeping;Fix indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-01 10:54:47 +01:00
parent 0c44f1fd54
commit aacfbfc2fa
17 changed files with 38 additions and 25 deletions

View File

@ -8,5 +8,5 @@
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
retries: "{{ playbook.retries }}"
delay: "{{ playbook.delays.short }}"
delay: "{{ playbook.delay.short }}"
until: import_result is not failed

View File

@ -5,7 +5,7 @@
schema: vsphere
register: vcenter_info
retries: "{{ playbook.retries }}"
delay: "{{ playbook.delays.short }}"
delay: "{{ playbook.delay.short }}"
until: vcenter_info is not failed
module_defaults:

View File

@ -1,6 +1,6 @@
playbook:
retries: 5
delays:
delay:
long: 60
medium: 30
short: 10