Dear All,
I am new to ansible and i have installed latest version 2.1.1 in our environment.
i was trying to add windows hosts to our inventory and i am following the ansible documentation “http://docs.ansible.com/intro_windows.html” however i have small doubts in this.
In the document it was mentioned that
"In group_vars/windows.yml, define the following inventory variables:
# it is suggested that these be encrypted with ansible-vault:
# ansible-vault edit group_vars/windows.yml
ansible_ssh_user: Administrator
ansible_ssh_pass: SecretPasswordGoesHere
ansible_ssh_port: 5986
ansible_connection: winrm "
can any please tell me exact location where i have to create the file or where i have update if it already exist.
Thanks in Advance.