Skip to content

Commit f97fb7d

Browse files
committed
Update README.md
1 parent d7414da commit f97fb7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Usage
2222
1. Edit the `hosts` so that it will contain a section similar to this one:
2323
```
2424
[check_point]
25-
%YOUR_IP%
25+
%CHECK_POINT_MANAGEMENT_SERVER_IP%
2626
[checkpoint:vars]
2727
ansible_httpapi_use_ssl=True
2828
ansible_httpapi_validate_certs=False
29-
ansible_user=%YOUR_USER%
30-
ansible_password=%YOUR_PASSWORD%
29+
ansible_user=%CHECK_POINT_MANAGEMENT_SERVER_USER%
30+
ansible_password=%CHECK_POINT_MANAGEMENT_SERVER_PASSWORD%
3131
ansible_network_os=check_point.mgmt.checkpoint
3232
```
3333
Note - If you want to run against Ansible version 2.9 instead of the collection, just replace `ansible_network_os=check_point.mgmt.checkpoint` with `ansible_network_os=checkpoint`
@@ -45,7 +45,7 @@ Example playbook:
4545
```
4646
---
4747
- name: playbook name
48-
hosts: checkpoint
48+
hosts: check_point
4949
connection: httpapi
5050
tasks:
5151
- name: task to have network

0 commit comments

Comments
 (0)