Skip to content

Commit 804a32a

Browse files
authored
Update README.md
1 parent 7fd1e1d commit 804a32a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Check Point Ansible Mgmt Collection
2-
This Ansible collection provides control over a Check Point management server using
2+
This Ansible collection provides control over a Check Point Management server using
33
Check Point's web-services APIs.
44

55
The Ansible Check Point modules reference can be found here:
66
https://docs.ansible.com/ansible/latest/modules/list_of_network_modules.html#check-point
7-
<br>Note - look only at the `cp_mgmt_*` modules, cause the `checkpoint_*` will be depricated.
7+
<br>Note - look only at the `cp_mgmt_*` modules, cause the `checkpoint_*` will be deprecated.
88

99
Installation instructions
1010
-------------------------
@@ -14,12 +14,12 @@ Requirements
1414
------------
1515
* Ansible 2.9+ is required.
1616
* The Check Point server should be using the versions detailed in this SK: https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk114661
17-
* The Check Point server should be open for API communication from the ansible server.
18-
Open SmartConsole ans check "Manage & Settings > Blades > Management API > Advanced settings".
17+
* The Check Point server should be open for API communication from the Ansible server.
18+
Open SmartConsole and check "Manage & Settings > Blades > Management API > Advanced settings".
1919

2020
Usage
2121
-----
22-
1. Edit the `hosts` so that it would contain a section similar to this one:
22+
1. Edit the `hosts` so that it will contain a section similar to this one:
2323
```
2424
[check_point]
2525
%YOUR_IP%
@@ -62,18 +62,18 @@ Note - If you want to run against Ansible version 2.9 instead of the collection,
6262

6363
### Notes:
6464
1. Because this Ansible module is controlling the management server remotely via the web API,
65-
the ansible server needs to have access to the Check Point API server.
65+
the Ansible server needs to have access to the Check Point API server.
6666
Open `SmartConsole`, navigate to "Manage & Settings > Blades > Management API > Advanced settings"
6767
and check the API server's accessibility set
6868
2. Ansible has a feature called "Check Mode" that enables you to test the
6969
changes without actually changing anything.
7070
3. The login and logout happens automatically.
71-
4. If you want to login to specific domain, in the playbook above in the `vars`secion insert the domain name to
71+
4. If you want to login to a specific domain, in the playbook above in the `vars`secion change the domain name to
7272
`ansible_checkpoint_domain`
7373
5. There are two ways to publish changes:
7474
a. Set the `auto_publish_session` to `true` as displayed in the example playbook above.
7575
This option will publish only the task which this parameter belongs to.
76-
b. Add the task to publish with the `cp_mgmt_publish` module.
76+
b. Add the task to publish to the `cp_mgmt_publish` module.
7777
This option will publish all the tasks above this task.
7878
6. It is recommended by Check Point to use this collection over the modules of Ansible version 2.9
7979
7. If you still want to use Ansible version 2.9 instead of this collection (not recommended):

0 commit comments

Comments
 (0)