From be56d043e517d68b1b67fc934fc4607a7ce462b9 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 13 Dec 2021 23:14:50 +0100 Subject: [PATCH] Adding ansible ad-hoc command to description --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7b066e7..1f55380 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ ansible_connection: winrm ansible_user: 'Windows_Admin_User' ansible_password: 'Your_Windows_Admin_Password' ansible_winrm_server_cert_validation: ignore +``` + +### validate access +After you installed the required deploy host python packages you can verify that the access is working by running the following ad-hoc command + +```bash +ansible -m win_ping all ``` Ansible deploy host requirements