Re: [ansible-project] Install software to Windows machine...

2016-06-04 Thread Trond Hindenes
The reason I'm asking if S is local or shared is that if its a mapped network drive and you're using Kerberos authentication it basically won't work out of the box, because of limitations around double-hop remoting. You can either use trust for delegation, or switch to another (basic or NTLM au

[ansible-project] Re: Connection problem with a windows client from redhat server

2016-06-04 Thread gdelgado2
Hello Mahi, Yes, that is correct you need to run the script once on each host you want Ansible to manage. You can use Group Policy to push the script to your hosts and after that Ansible takes care of the management. Thanks.. On Saturday, June 4, 2016 at 9:04:53 AM UTC-4, Mahi wrote: > > Thank

Re: [ansible-project] Ansible task, how to confirm if a process is actually running?

2016-06-04 Thread Kai Stian Olstad
On 03. juni 2016 21:43, Johannes Kastl wrote: On 03.06.16 20:25 Mike Fennemore wrote: You could use register: to register a variable for the result then use debug: var= . But if starting the service fails, shouldn't ansible report the task as failed? Yes, and Ansible would do that, but the p

[ansible-project] Re: Connection problem with a windows client from redhat server

2016-06-04 Thread Mahi
Thanks for reply Mike. Yes. its working fine after running ps1 script in windows machine. (source: https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1). Could you please confirm, do i need to run on every windows machine to access.(one time) ? Regard

Re: [ansible-project] Ansible task, how to confirm if a process is actually running?

2016-06-04 Thread Mike Fennemore
Indeed it will. If that is a possibility then I add ignore_errors:true and still register a variable for the result. The variable will then give you a status and msg if the service fails. On 03 Jun 2016 9:44 PM, "Johannes Kastl" wrote: > On 03.06.16 20:25 Mike Fennemore wrote: > > You could use r

Re: [ansible-project] Accessing via SSH in Ansible

2016-06-04 Thread Johannes Kastl
On 03.06.16 22:54 Tom Hanson wrote: > What happens if you include the following into your update.yml: > > vars: > ansible_user: foobar > > that seems to have done the trick, thanks for the help I guess when you tried to log into the machine manually, you specified a user: ssh user@machine o

[ansible-project] ansible-relayor 0.1.0 released

2016-06-04 Thread nusenu
Hi, ansible-relayor is an ansible role for tor relay operators. Whether you setup/operate a single or many relays, ansible-relayor can help you automate all steps including secure offline key [2] generation, multi-instance setup and MyFamily management. https://galaxy.ansible.com/nusenu/relayor/