Adding ansible ad-hoc command to description

This commit is contained in:
L3D 2021-12-13 23:14:50 +01:00
parent f86a0d38be
commit be56d043e5
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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