OPNsense automated update #6

Merged
Vezpi merged 74 commits from lab into main 2026-08-21 08:53:46 +02:00
Showing only changes of commit 74fa6432db - Show all commits
@@ -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 }}"