Using Ansible and Windows — Ansible Documentation
docs.ansible.com › user_guide › windows_usageDec 21, 2021 · There are three main ways that Ansible can be used to install software: Using the win_chocolatey module. This sources the program data from the default public Chocolatey repository. Internal repositories can be used instead by setting the source option. Using the win_package module. This installs software using an MSI or .exe installer from a local/network path or URL.
Ansible for Windows
www.ansible.com › for › windowsWith Ansible’s native Windows support, you can, out of the box: Gather facts on Windows hosts; Install and uninstall MSIs; Enable and disable Windows Features; Start, stop, and manage Windows services; Create and manage local users and groups; Manage Windows packages via the Chocolatey package manager ; Manage and install Windows updates
Ansible for Windows
https://www.ansible.com/for/windowsAnsible’s native Windows support uses Windows PowerShell remoting to manage Windows like Windows in the same Ansible agentless way that Ansible manages Linux like Linux. With Ansible’s native Windows support, you can, out of the box: Gather facts on Windows hosts. Install and uninstall MSIs. Enable and disable Windows Features.