Skip to content

Commit

Permalink
fixed image location and toversion
Browse files Browse the repository at this point in the history
  • Loading branch information
karinafishman committed Oct 1, 2024
1 parent 9d864d0 commit 8a55d94
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
***Note - The playbook does not block the address group communication using a policy block rule. This step will be taken once outside of the playbook.
starttaskid: "0"
fromversion: 5.0.0
toversion: 6.10.0
toversion: 6.9.9
tasks:
"0":
id: "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ There are no outputs for this playbook.

---

![PAN-OS - Block IP - Static Address Group](../doc_files/PAN-OS_-_Block_IP_-_Static_Address_Group.png)
![PAN-OS - Block IP - Static Address Group](../doc_files/PAN-OS_Block_IP_Static_Address_Group.png)
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ There are no outputs for this playbook.

---

![PAN-OS - Block IP - Static Address Group](../doc_files/PAN-OS_-_Block_IP_-_Static_Address_Group.png)
![PAN-OS - Block IP - Static Address Group](../doc_files/PAN-OS_Block_IP_Static_Address_Group.png)

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
The playbook checks whether the input URL category already exists, and if the URLs are a part of this category. Otherwise, it will create the category, block the URLs, and commit the configuration.
starttaskid: "0"
fromversion: 5.0.0
toversion: 6.10.0
toversion: 6.9.9
tasks:
"0":
id: "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ There are no outputs for this playbook.

---

![PAN-OS - Block URL - Custom URL Category](../doc_files/PAN-OS_-_Block_URL_-_Custom_URL_Category.png)
![PAN-OS - Block URL - Custom URL Category](../doc_files/PAN-OS_Block_URL_Custom_URL_Category.png)
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ There are no outputs for this playbook.

---

![PAN-OS - Block URL - Custom URL Category](../doc_files/PAN-OS_-_Block_URL_-_Custom_URL_Category.png)
![PAN-OS - Block URL - Custom URL Category](../doc_files/PAN-OS_Block_URL_Custom_URL_Category.png)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: PAN-OS DAG Configuration
version: -1
name: PAN-OS DAG Configuration
fromversion: 5.0.0
toversion: 6.10.0
toversion: 6.9.9
description: "This playbook utilizes the Dynamic Address Group (DAG) capability of PAN-OS.\nDAG enables analysts to create a rule one time, where the group is the source/destination, and adds IP addresses dynamically without the need to commit the configuration every time.\n\nThe playbook checks if the given tag already exists. If the tag exists, then the IP address is added to the tag.\n\nIf the tag does not exist, a new address group is created with the given tag and a matching rule, and the configuration is committed. \n"
starttaskid: "0"
tasks:
Expand Down

0 comments on commit 8a55d94

Please sign in to comment.