Rosa-Luxemburgstiftung-Berlin / ansible-opnsense

Ansible role to configure OPNsense firewalls
18 stars 8 forks source link

alias: enable by default #52

Closed zerwes closed 10 months ago

zerwes commented 10 months ago

a enabled alias requires the xml tag

<enabled>1</enabled>

disabling a enabled alias will require setting the tag to 0

for now we have no default for this value; opnsense handles a missing tag as enabled an adds the tag (but only after the first edit)