Reference
https://ansible-opnsense.oxl.app/general/reload.html
Problem Found
This page gives the valid reload targets as:
‘alias’, ‘rule’, ‘route’, ‘cron’, ‘unbound’, ‘syslog’, ‘ipsec’, ‘ipsec_legacy’, ‘shaper’, ‘monit’, ‘wireguard’, ‘interface_vlan’, ‘interface_vxlan’, ‘interface_vip’, ‘interface_lagg’, ‘frr’, ‘webproxy’, ‘bind’, ‘ids’, ‘dhcrelay’, ‘dhcp’, ‘kea’
Howeve, in https://github.com/O-X-L/ansible-opnsense/blob/latest/plugins/modules/reload.py we find several more:
'gateway',
'openvpn',
'kea',
'dnsmasq',
'haproxy'
'wazuh',
'nat_source',
'nat_one_to_one',
'nut',
(Also, note the missing comma after 'haproxy' in that file; not sure if that makes a functional difference?)
Reference
https://ansible-opnsense.oxl.app/general/reload.html
Problem Found
This page gives the valid reload targets as:
‘alias’, ‘rule’, ‘route’, ‘cron’, ‘unbound’, ‘syslog’, ‘ipsec’, ‘ipsec_legacy’, ‘shaper’, ‘monit’, ‘wireguard’, ‘interface_vlan’, ‘interface_vxlan’, ‘interface_vip’, ‘interface_lagg’, ‘frr’, ‘webproxy’, ‘bind’, ‘ids’, ‘dhcrelay’, ‘dhcp’, ‘kea’
Howeve, in https://github.com/O-X-L/ansible-opnsense/blob/latest/plugins/modules/reload.py we find several more:
(Also, note the missing comma after 'haproxy' in that file; not sure if that makes a functional difference?)