change: timeout after reboot from 300 to 900
This commit is contained in:
@@ -313,7 +313,7 @@
|
|||||||
host: "{{ ansible_host }}"
|
host: "{{ ansible_host }}"
|
||||||
port: "{{ opnsense_https_port }}"
|
port: "{{ opnsense_https_port }}"
|
||||||
state: started
|
state: started
|
||||||
timeout: 300
|
timeout: 900
|
||||||
delay: 30
|
delay: 30
|
||||||
when: needs_reboot
|
when: needs_reboot
|
||||||
|
|
||||||
@@ -371,7 +371,6 @@
|
|||||||
body: |
|
body: |
|
||||||
Current version: {{ firmware_current_version }}
|
Current version: {{ firmware_current_version }}
|
||||||
{{ firmware_action | capitalize }} to {{ firmware_update_version }} failed on {{ inventory_hostname }} ({{ main_role }}).
|
{{ firmware_action | capitalize }} to {{ firmware_update_version }} failed on {{ inventory_hostname }} ({{ main_role }}).
|
||||||
# {% if }
|
|
||||||
A snapshot have been taken before the {{ firmware_action }} and the VM has been rollback.
|
A snapshot have been taken before the {{ firmware_action }} and the VM has been rollback.
|
||||||
headers:
|
headers:
|
||||||
Title: "OPNsense {{ firmware_action }} failed on {{ inventory_hostname }}"
|
Title: "OPNsense {{ firmware_action }} failed on {{ inventory_hostname }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user