Installing Ansible Example
This page describes how to install Ansible on different platforms. Ansible is an agentless automation tool that by default manages machines over the SSH protocol. Once installed, Ansible does not add a database, and there will be no daemons to start or keep running. You only need to install it on one machine (which could easily be a laptop) and it can manage an entire fleet of remote machines from that central point. When Ansible manages remote machines, it does not leave software installed or running on them, so there’s no real question about how to upgrade Ansible when moving to a new version. Prerequisites Control node requirements Managed node requirements Selecting an Ansible version to install Installing Ansible on RHEL, CentOS, or Fedora Installing Ansible on Ubuntu Installing Ansible on Debian Installing Ansible on Gentoo with portage Installing Ansible on FreeBSD Installing Ansible on macOS Installing Ansible on Solaris Installing Ansible on Arch Linux In...