Installing Ansible — Ansible Documentation
docs.ansible.com › ansible › latestDec 21, 2021 · Installing Ansible Ansible is an agentless automation tool that you install on a control node. From the control node, Ansible manages machines and other devices remotely (by default, over the SSH protocol). To install Ansible for use at the command line, simply install the Ansible package on one machine (which could easily be a laptop).
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
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