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