-
Hello, I have now created the following Ansible task for this - name: Allow DNS requests to the firewall
ansibleguy.opnsense.rule:
interface: LAN
action: pass
protocol: TCP
destination_net: This Firewall
destination_port: 53
description: Allow DNS-Queries
match_fields: ["description"]
firewall: <host>
api_key: <key>
api_secret: <secret> But now I get the error message Does anyone have a solution for this or what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
jiuka
Jan 27, 2025
Replies: 1 comment
-
In the API this is refert to as
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ansibleguy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the API this is refert to as
(self)
. The following shoud work.