Skip to content

Docs: Reload targets are incomplete #403

@MikeBishop

Description

@MikeBishop

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions