Hi

 

Currently I have been connecting to servers to using local server accounts, 
and therefore my ‘group_vars/winservers.yml’ file has looked like the 
following:

 

ansible_ssh_user: Administrator

ansible_ssh_pass: PASSWORD

ansible_ssh_port: 5986

ansible_connection: winrm

 

But now I need to authenticate to servers that are connected on the domain. 
How would I change this file? Is it as simple as…

 

ansible_ssh_user: my.domain\mark.matthews

ansible_ssh_pass: PASSWORD

ansible_ssh_port: 5986

ansible_connection: winrm

 

 

Cheers

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e99e7feb-6c55-42eb-8350-82f221e25a88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to