Created
August 30, 2020 14:06
-
-
Save demiters/4f8e62b718056416e3e66e86103d057f to your computer and use it in GitHub Desktop.
Ansible inventory for connecting to a Windows host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
hosts: localhost | |
vars: | |
ansible_user: arturs | |
ansible_connection: winrm | |
ansible_winrm_server_cert_validation: ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment