Skip to content

Commit 28270cb

Browse files
authored
readme (#146)
1 parent d26d2df commit 28270cb

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ Example playbook:
6262
```
6363
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`
6464

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-
7165
### Notes:
7266
1. Because this Ansible module is controlling the management server remotely via the web API,
7367
the Ansible server needs to have access to the Check Point API server.
@@ -89,3 +83,18 @@ Apache-2.0 license
8983
b. In the task in the playbook replace the module `check_point.mgmt.cp_mgmt_*` with the module `cp_mgmt_*`
9084
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
9185
(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.
92+
93+
### Release Notes
94+
https://github.com/CheckPointSW/CheckPointAnsibleMgmtCollection/blob/master/CHANGELOG.rst
95+
96+
### Related Information
97+
For further information please see - https://support.checkpoint.com/results/sk/sk114661
98+
99+
### License Information
100+
Apache-2.0 license

0 commit comments

Comments
 (0)