Skip to main content

Home

Ansible Installation

Ansible is an automation tool to manage installation and configuration changes across your on-prem and cloud platforms. For information about Ansible, see Ansible documentation.

  1. Run the following command to install Ansible.

    pip install ansible

    See also Installing Ansible using pip

  2. Install Ansible on a specific operating system. See Installing Ansible — Ansible Documentation.

    yum install ansible