> If I want to use win_chocolatey, Can you tell me if I have to install 
> chocolatey package on every windows machine ?
>

win_chocolatey will ensure Chocolatey is installed if it isn't present. 
This requires an active internet connection by default but in the upcoming 
2.7 release you can set an offline source to install it. Same thing with 
the packages it automatically sources from the public repo on the internet 
but you can specify an offline internal source accessible within your 
organisation if that is what you want to do.

Can you tell me if I must do something on Linux Centos Ansible server to 
> run playbook with  win_chocolatey ?
>

Ensure that Ansible can connect to your Windows host and that's it. The 
win_chocolatey module is run on the Windows host only, Ansible does all the 
abstraction to execute it and return the results back.

While I do highly recommend you use win_chocolatey for all this as it makes 
things so much simpler you are not limited to using it. You can use 
win_package or even just win_command to install an executable manually, the 
trouble with this approach is you need to know what the silent install 
arguments are when invoking the executable. Chocolatey does all this for 
you and makes it quite simple to uninstall and upgrade packages in the 
future.

Thanks

Jordan

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/cd829834-33fa-4353-a4ef-5c44391a8d4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to