[ansible-project] Re: Using ansible on Windows through ssh

2018-10-12 Thread aaldi
Thanks for the update. I was hoping it would make using ansible with windows as simple or at least similar to using ansible with Linux. I think that would be a huge improvement (instead of needing to learn two ways of doing things). What I'm most concerned with is the WinRM issues such as runni

[ansible-project] Using ansible on Windows through ssh

2018-10-11 Thread aaldi
I've noticed some posts from a year ago (here , and here ) about using OpenSSH on windows and avoiding WinRM. Are there any updates to this? Has this been implemented yet? -- You received this me

[ansible-project] Re: ssh timeout when using winrm

2018-10-04 Thread aaldi
Just to note. Windows machine was windows 7, server was centos. On Thursday, October 4, 2018 at 9:26:16 AM UTC-4, aaldi wrote: > > Hi, > > I'm having trouble with using ansible and opening an ssh connection at the > same time. It seems that whenever the server commu

[ansible-project] ssh timeout when using winrm

2018-10-04 Thread aaldi
Hi, I'm having trouble with using ansible and opening an ssh connection at the same time. It seems that whenever the server communicates to a windows machine using winrm, ssh communication is blocked from the windows machine to the server (times out without any response). I don't have access to

[ansible-project] Get-ScheduledTask not recognized?

2018-09-17 Thread aaldi
I'm trying to run ansible code to execute code on a windows machine. I do that by scheduling a task as a way of 'elevating' as mentioned in the documentation. This has worked previously, but now I switched to working with Windows 7 enterprise, and I've had several problems already. Currently, I

[ansible-project] run_once + delegate_to: localhost + conditional

2018-09-14 Thread aaldi
I have a senario where I check for a condition on remote machines, if any of them fails the condition, I'll create a file locally on the ansible controller and move it to any machine that failed the condition. Creating the file locally should only be done once, thus the command contains the key

[ansible-project] Right way of developing dynamic inventory?

2018-09-10 Thread aaldi
Is there a guide for developing dynamic inventory? (beyond the one already given here ) What I'm looking for is more constraints/conditions to abide by. What are the rules to follow to make sure the outputs are correct?