Adding ansible ad-hoc command to description
This commit is contained in:
parent
f86a0d38be
commit
be56d043e5
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue