ansible-opnsense icon indicating copy to clipboard operation
ansible-opnsense copied to clipboard

Ansible role to configure OPNsense firewalls

Results 21 ansible-opnsense issues
Sort by recently updated
recently updated
newest added

`rm -P` overwrites the file three times before deleting.

I would like to setup some kind of Continuos Integration / testing of this roles, unfortunately I still have had no chance and not having access to a virtual appliance...

Closes: #40 * A concept how users can make changes to the template and still receive updates to it is not clear yet. For now it is expected that you...

not to sophisticated (see https://github.com/Rosa-Luxemburgstiftung-Berlin/ansible-opnsense/issues/13#issuecomment-1062217277), but working monit handling.

fix handling of empty `opn_bridges` definition like: `opn_bridges: []`

"A democratic society needs firm foundations. One of these foundations is Free Software. Free Software needs democracy in inverse." (FSF) Freedom is more, much more then free software. Stand up...

Are there any plans to convert this to a collection or implement a collection, such as pfSensible.core?

implemented wireguard config definition: ```yaml opn_wireguard: general: enabled: 1 servers: $UUID: tunneladdress: string or list peers: string or list of client UUIDs key: value ... clients: $UUID: tunneladdress: string or...