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
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,6 @@ Example playbook:
62
62
```
63
63
Note - If you want to run against Ansible version 2.9 instead of the collection, just replace `check_point.mgmt.cp_mgmt_network` with `cp_mgmt_network`
64
64
65
-
### Testing:
66
-
This collection is tested with the most current Ansible releases. Ansible versions from 2.15.0 and above are supported.
67
-
68
-
### License Information:
69
-
Apache-2.0 license
70
-
71
65
### Notes:
72
66
1. Because this Ansible module is controlling the management server remotely via the web API,
73
67
the Ansible server needs to have access to the Check Point API server.
@@ -89,3 +83,18 @@ Apache-2.0 license
89
83
b. In the task in the playbook replace the module `check_point.mgmt.cp_mgmt_*` with the module `cp_mgmt_*`
90
84
8. Starting from version 1.0.6, when running a command which returns a task-id, and the user chooses to wait for that task to finish
91
85
(the default is to wait), then the output of the command will be the output of the show-task command (instead of the task-id).
86
+
87
+
### Testing
88
+
This collection is tested with the most current Ansible releases. Ansible versions from 2.15.0 and above are supported.
89
+
90
+
### Support
91
+
For reporting issue or requests for enhancements please open a GitHub issue.
0 commit comments