0% found this document useful (0 votes)
59 views3 pages

What Will Be Installed I. Latest Release Via Yum Ii. Latest Releases Via Apt (Ubuntu)

This document provides instructions for installing Ansible on different operating systems using either Yum or Apt package managers. It explains that Ansible manages machines over SSH and does not require any daemons to run. It then gives steps to install the latest release of Ansible using Yum on systems like CentOS, RHEL, and Fedora or using Apt on Ubuntu systems by adding the Ansible PPA repository.

Uploaded by

Amir Aziz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views3 pages

What Will Be Installed I. Latest Release Via Yum Ii. Latest Releases Via Apt (Ubuntu)

This document provides instructions for installing Ansible on different operating systems using either Yum or Apt package managers. It explains that Ansible manages machines over SSH and does not require any daemons to run. It then gives steps to install the latest release of Ansible using Yum on systems like CentOS, RHEL, and Fedora or using Apt on Ubuntu systems by adding the Ansible PPA repository.

Uploaded by

Amir Aziz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Installation

What Will Be Installed


Installing the Control Machine
i. Latest Release Via Yum
ii. Latest Releases Via Apt (Ubuntu)

Basics / What Will Be Installed

Latest Release Via Yum

Latest Releases Via Apt (Ubuntu)

asics / What Will Be Installed

Ansible by default manages machines over the SSH protocol. Once Ansible is installed, it will not add a
will be no daemons to start or keep running. You only need to install it on one machine (which could e
can manage an entire fleet of remote machines from that central point. When Ansible manages remot
leave software installed or running on them, so theres no real question about how to upgrade Ansible
version.

atest Release Via Yum

RPMs are available from yum for EPEL 6, 7, and currently supported Fedora distributions. Ansible itself
operating systems that contain Python 2.4 or higher (so also EL5). Fedora users can install Ansible dire
using RHEL or CentOS and have not already done so, configure EPEL
# install the epel-release RPM if needed on CentOS, RHEL, or Scientific Linux
$ sudo yum install ansible

atest Releases Via Apt (Ubuntu)


To configure the PPA on your machine and install ansible run these commands:
$
$
$
$

sudo
sudo
sudo
sudo

apt-get install software-properties-common


apt-add-repository ppa:ansible/ansible
apt-get update
apt-get install ansible

You might also like