How to install software with Ansible | Opensource.com
opensource.com › article › 20Sep 08, 2020 · Run ansible-playbook again: $ ansible-playbook --ask-become-pass ~ / install_packages / site.yml. This time, the playbook runs on your remote system. Should you add more hosts, there are many ways to filter which host performs which task. For instance, you can create groups of hosts (webservers for servers, workstations for desktop machines ...
Installing Ansible — Ansible Documentation
docs.ansible.com › ansible › latestInstalling 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).