From f97fb7d3f6e00fbb7b7366bdb4349473845a515f Mon Sep 17 00:00:00 2001 From: orso Date: Mon, 18 Nov 2019 18:14:19 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21cf947..fd9b703 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Usage 1. Edit the `hosts` so that it will contain a section similar to this one: ``` [check_point] -%YOUR_IP% +%CHECK_POINT_MANAGEMENT_SERVER_IP% [checkpoint:vars] ansible_httpapi_use_ssl=True ansible_httpapi_validate_certs=False -ansible_user=%YOUR_USER% -ansible_password=%YOUR_PASSWORD% +ansible_user=%CHECK_POINT_MANAGEMENT_SERVER_USER% +ansible_password=%CHECK_POINT_MANAGEMENT_SERVER_PASSWORD% ansible_network_os=check_point.mgmt.checkpoint ``` 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: ``` --- - name: playbook name - hosts: checkpoint + hosts: check_point connection: httpapi tasks: - name: task to have network