mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix html formatting
This commit is contained in:
@@ -16,10 +16,10 @@ DOCUMENTATION = '''
|
|||||||
---
|
---
|
||||||
module: panos_security_rule
|
module: panos_security_rule
|
||||||
short_description: Create security rule policy on PAN-OS devices or Panorama management console.
|
short_description: Create security rule policy on PAN-OS devices or Panorama management console.
|
||||||
description: >
|
description:
|
||||||
- Security policies allow you to enforce rules and take action, and can be as general or specific as needed. The
|
- Security policies allow you to enforce rules and take action, and can be as general or specific as needed.
|
||||||
policy rules are compared against the incoming traffic in sequence, and because the first rule that matches the
|
The policy rules are compared against the incoming traffic in sequence, and because the first rule that matches the traffic is applied,
|
||||||
traffic is applied, the more specific rules must precede the more general ones.
|
the more specific rules must precede the more general ones.
|
||||||
author: "Ivan Bojer (@ivanbojer), Robert Hagen (@rnh556)"
|
author: "Ivan Bojer (@ivanbojer), Robert Hagen (@rnh556)"
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
requirements:
|
requirements:
|
||||||
|
|||||||
Reference in New Issue
Block a user