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 63db96d1bd - Show all commits
@@ -12,7 +12,7 @@
tasks: tasks:
- name: Check node availability - name: Check node availability
ansible.builtin.uri: ansible.builtin.uri:
url: "https://{{ opnsense_host }}:4443/api/core/system/status" url: "https://{{ opnsense_host }}/api/core/system/status"
method: GET method: GET
user: "{{ opnsense_api_key }}" user: "{{ opnsense_api_key }}"
password: "{{ opnsense_api_secret }}" password: "{{ opnsense_api_secret }}"