ansibleguy / collection_opnsense

Ansible Collection to manage OPNSense firewalls using their API
https://opnsense.ansibleguy.net
GNU General Public License v3.0
257 stars 34 forks source link

Feature: Aliases Category #33

Open fprina opened 11 months ago

fprina commented 11 months ago

Link to API

https://docs.opnsense.org/development/api/core/firewall.html

Description

Recent versions of OPNsense can use category in aliases so I would like to be able to set them to the ones managed by ansible

ansibleguy commented 11 months ago

Greetings!

I might check it out after implementing IDS (https://github.com/ansibleguy/collection_opnsense/issues/31) and OpenVPN (https://github.com/ansibleguy/collection_opnsense/issues/30)

But I do not see it as too important, as these categories are 'just' for web-ui interactions.

fprina commented 11 months ago

I understand and I agree with you ...

Thanks for your work