Skip to content

Instantly share code, notes, and snippets.

@demiters
Created August 30, 2020 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demiters/4f8e62b718056416e3e66e86103d057f to your computer and use it in GitHub Desktop.
Save demiters/4f8e62b718056416e3e66e86103d057f to your computer and use it in GitHub Desktop.
Ansible inventory for connecting to a Windows host
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