We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://paloaltonetworks.github.io/pan-os-ansible/modules/panos_security_rule_module.html#ansible-collections-paloaltonetworks-panos-panos-security-rule-module
It seems that "vsys" option is either not working or not available to use when the firewall has multi-vsys setup
To be able to gather security rules based on vsys for Firewall with multi-vsys enabled
No security rules were capture when targeting multi-vsys firewalls. When firewall is not on mult-vsys the playbook works without issue.
ok: [localhost] => security_rule_vsys_debug: changed: false failed: false gathered: [] gathered_xml: []
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
https://paloaltonetworks.github.io/pan-os-ansible/modules/panos_security_rule_module.html#ansible-collections-paloaltonetworks-panos-panos-security-rule-module
It seems that "vsys" option is either not working or not available to use when the firewall has multi-vsys setup
Expected behavior
To be able to gather security rules based on vsys for Firewall with multi-vsys enabled
Current behavior
No security rules were capture when targeting multi-vsys firewalls. When firewall is not on mult-vsys the playbook works without issue.
Steps to reproduce
E.g.
paloaltonetworks.panos.panos_security_rule:
provider: "{{ device }}"
gathered_filter: "*"
state: "gathered"
vsys: "vsys2"
register: security_rule_vsys_debug
E.g.
paloaltonetworks.panos.panos_security_rule:
provider: "{{ device }}"
gathered_filter: "*"
state: "gathered"
vsys: "{{ item }}"
loop: "{{ vsys_list }}"
register: security_rule_vsys_debug
Screenshots
ok: [localhost] =>
security_rule_vsys_debug:
changed: false
failed: false
gathered: []
gathered_xml: []
Your Environment
The text was updated successfully, but these errors were encountered: