Created
December 14, 2017 19:22
-
-
Save alexcheng1982/939e4860e2794c1d80d5a778fc885747 to your computer and use it in GitHub Desktop.
Ansible hosts
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
localhost ansible_connection=local ansible_python_interpreter=python | |
[win] | |
[win:vars] | |
ansible_connection=winrm | |
ansible_ssh_port=5986 | |
ansible_ssh_user=Administrator | |
ansible_ssh_pass={{ win_initial_password }} | |
ansible_winrm_server_cert_validation=ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment