-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v5.1.3 * ansible-lint bug fixes * ansible-lint bug fixes * ansible-lint bug fixes * ansible test bug-fixes
- Loading branch information
1 parent
906df6f
commit af769b8
Showing
46 changed files
with
144 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ namespace: check_point | |
name: mgmt | ||
|
||
# The version of the collection. Must be compatible with semantic versioning | ||
version: 5.2.1 | ||
version: 5.2.2 | ||
|
||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection | ||
readme: README.md | ||
|
||
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url) | ||
# @nicks:irc/im.site#channel' | ||
authors: | ||
- Or Soffer <[email protected]> | ||
- Shiran Golzar <[email protected]> | ||
- Eden Brillant <[email protected]> | ||
- Or Soffer <[email protected]> | ||
- Shiran Golzar <[email protected]> | ||
- Eden Brillant <[email protected]> | ||
|
||
|
||
### OPTIONAL but strongly recommended | ||
|
@@ -30,7 +30,7 @@ description: Check Point collection for the Management Server | |
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only | ||
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' | ||
license: | ||
- GPL-2.0-or-later | ||
- GPL-2.0-or-later | ||
|
||
# The path to the license file for the collection. This path is relative to the root of the collection. This key is | ||
# mutually exclusive with 'license' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,52 @@ | ||
--- | ||
requires_ansible: ">=2.14.0" | ||
plugin_routing: | ||
modules: | ||
cp_mgmt_add_nat_rule: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_add_nat_rule will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_nat_rule with more functionality instead. | ||
cp_mgmt_set_nat_rule: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_set_nat_rule will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_nat_rule with more functionality instead. | ||
cp_mgmt_delete_nat_rule: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_delete_nat_rule will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_nat_rule with more functionality instead. | ||
cp_mgmt_access_layer: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_access_layer will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_access_layers with more functionality instead. | ||
cp_mgmt_show_task: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_show_task will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_task_facts instead. | ||
cp_mgmt_show_tasks: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_show_tasks will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_task_facts instead. | ||
cp_mgmt_host: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_host will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_hosts with more functionality instead. | ||
cp_mgmt_threat_layer: | ||
deprecation: | ||
removal_date: "2024-11-01" | ||
warning_text: > | ||
cp_mgmt_threat_layer will be removed in a future release of this collection. | ||
Use newer and updated module cp_mgmt_threat_layers with more functionality instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.