You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get familiar with this ansible collection. Using the list module is working fine with interfaces etc. But when I try get get the rules, with 'target: rule' I only receive an empty data list.
Modules
ansibleguy.opnsense.list
Version
Ansible Version
OPNSense Version
OPNSense-Plugin Version
Issue
I tried to get familiar with this ansible collection. Using the list module is working fine with interfaces etc. But when I try get get the rules, with 'target: rule' I only receive an empty data list.
TASK [Pulling rules] ************************************************************************************************************************************************************************
ok: [localhost]
TASK [Printing rules] ***********************************************************************************************************************************************************************
ok: [localhost] =>
existing_rule:
ansible_facts:
discovered_interpreter_python: /usr/bin/python3.12
changed: false
data: []
failed: false
PLAY RECAP **********************************************************************************************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Config Ansible
Config OPNSense
Debug Output
Profiling Output
The text was updated successfully, but these errors were encountered: