[ansible-devel] Running ansible playbook in windows target

2019-07-12 Thread Saranya Sridharan
Hi , I have used ansible and deployed in the linux host , now I got a new requirement to deploy in windows host. I wanted to try using ssh method ( using openssh in windows) . I have set proper ssh connection and manually able to login. But when I try to run playbook ( sample ping) I am getti

[ansible-devel] Ansible playbook running in windows

2019-07-14 Thread Saranya Sridharan
Hi , I am trying to run the ansible playbook in the windows target. I am not sure which way to approach for that. Can anyone please help me with that ? - should I go for ssh based run(with openssh enabled in windows) ? - should I enable winrm listener and connection with that ? - Should I au

Re: [ansible-devel] Digest for ansible-devel@googlegroups.com - 1 update in 1 topic

2019-07-15 Thread Saranya Sridharan
@tony, I am trying to use that with winrm server running in windows, I am getting error saying "Specified credentials is rejected by server". How do I correct this issue ? Thanks, Saranya On Sat, Jul 13, 2019 at 9:59 PM wrote: > ansible-devel@googlegroups.com >

[ansible-devel] Need help with contributing to Ansible collections general module

2021-04-07 Thread Saranya Sridharan
Hi , I have a new module developed to get disk information in linux like win_disk_facts. I want to contribute it to the collection.general. Can anyone help me with the steps? Is it different from contributing to the Core Ansible module? Also please tell me what are the testings I need to cover ?

Re: [ansible-devel] Need help with contributing to Ansible collections general module

2021-04-09 Thread Saranya Sridharan
Hi, I have raised PR for my module in collection. Few of the Azure pipelines test cases( 26/140) are failing . https://github.com/ansible-collections/community.general/pull/2213#partial-pull-merging. Is this relevant to my module? I am not able to see the output of the error. Can anyone guid