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 ...