Re: [ansible-project] win_domain_computer module

2020-05-21 Thread Ramakrishnan M
I tried that too, if I put State present, it’s asking for ou parameter is required. I want to retrieve it’s OU location. It just keep on asking one by one parameters as required. The documentation page for this module only says name is mandatory parameter, rest is optional. Get-ADConputer will

Re: [ansible-project] win_domain_computer module

2020-05-21 Thread Ramakrishnan M
All I need is to get properties of a domain computer- Get-ADComputer. Ansible equivalent win_domain_computer. Sent from my iPhone > On May 21, 2020, at 17:09, David Foley wrote: > > If your looking at doing work on Active Directory; you may need to switch > over to "win_domain_membership" >

[ansible-project] win_domain_computer module

2020-05-21 Thread Ramakrishnan M
Hi Guys, Why would I get missing parameter error when I use win_domain_computer module when the parameter is set as optional. win_domain_computer: name: '{{ hostname }}' register: computer_account Errors as... FAILED! => { "changed": false, "msg": "Get-AnsibleParam: Missing

Re: [ansible-project] Windows ports used

2019-11-22 Thread Ramakrishnan M
Are you saying none of the standard kerberos ports 88,389,445, 3268 etc are required for ansible to use kerberos as ansible_winrm_transport, if we configure either 5985/5986 as default. Thanks in advance On Fri, Nov 22, 2019 at 6:06 PM Jordan Borean wrote: > No, port 5985 is the default port

[ansible-project] Windows ports used

2019-11-22 Thread Ramakrishnan M
hey, Does the ansible port requirement for Windows change from 5985/5986 to corresponding ntml/kerberos depending on ansible_winrm_transport selection of ntlm/kerberos/credssp etc. Thanks in advance -- You received this message because you are subscribed to the Google Groups "Ansible