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
<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.
8
8
9
9
Installation instructions
10
10
-------------------------
@@ -14,12 +14,12 @@ Requirements
14
14
------------
15
15
* Ansible 2.9+ is required.
16
16
* 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".
19
19
20
20
Usage
21
21
-----
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:
23
23
```
24
24
[check_point]
25
25
%YOUR_IP%
@@ -62,18 +62,18 @@ Note - If you want to run against Ansible version 2.9 instead of the collection,
62
62
63
63
### Notes:
64
64
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.
66
66
Open `SmartConsole`, navigate to "Manage & Settings > Blades > Management API > Advanced settings"
67
67
and check the API server's accessibility set
68
68
2. Ansible has a feature called "Check Mode" that enables you to test the
69
69
changes without actually changing anything.
70
70
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
72
72
`ansible_checkpoint_domain`
73
73
5. There are two ways to publish changes:
74
74
a. Set the `auto_publish_session` to `true` as displayed in the example playbook above.
75
75
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.
77
77
This option will publish all the tasks above this task.
78
78
6. It is recommended by Check Point to use this collection over the modules of Ansible version 2.9
79
79
7. If you still want to use Ansible version 2.9 instead of this collection (not recommended):
0 commit comments