It is the username/password combination for the remote nodes (in your case the windows nodes).
You can also configure them in host_vars, or potentially in a dynamic inventory script that pulls that info from a CMDB or database. On Wednesday, October 29, 2014, skinnedknuckles < [email protected]> wrote: > Details: > Ansible 1.8 > CentOs 7 > Windows 7 (not a server os) > > Documentation <http://docs.ansible.com/intro_windows.html#inventory>specifies > that for remote nodes running windows we add these definitions to > /etc/ansible/group_vars/windows.yml > > ansible_ssh_user: Administrator > ansible_ssh_pass: SekritPasswordGoesHere > ansible_ssh_port: 5986 > ansible_connection: winrm > > So does user and pass above refer to the local linux account on the > management node or the local windows account on the remote node (windows 7) > or is it just part of ansible-vault or something else all together? I think > it would have to be the management node account or else if you had 100 remote > nodes you would need 100 names and passwords. Am I understanding this > correctly? Could someone clarify for me? > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','ansible-project%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/84e1aa2c-6e37-43b8-9c26-659e65f6b493%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/84e1aa2c-6e37-43b8-9c26-659e65f6b493%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Matt Martz @sivel sivel.net -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v-vtgr9c4jV6rbBjVhk2-jdFcFhObgN%2BWEjMv9LFH3LSg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
