puzzle / puzzle.opnsense

An Ansible Collection to configure an opnsense Firewall
https://puzzle.github.io/puzzle.opnsense/collections/puzzle/opnsense/index.html
GNU General Public License v3.0
23 stars 12 forks source link

Draft: Add config object base class #152

Closed DonGiovanni83 closed 5 days ago

DonGiovanni83 commented 3 weeks ago

These Changes adds a basic ConfigObject class which should enable inheritance for config objects (eg. FirewallRule, Groups. User, etc...) . This approach should save us a lot of boiler plate code across different config objects.

DonGiovanni83 commented 5 days ago

Further work will be done in my frok and a new PR will follow