Merge pull request #1978 from ktdreyer/doc-installing-ansible

[skip ci] docs: add instructions for installing Ansible
pull/1979/head
Sébastien Han 2017-10-03 21:36:27 +02:00 committed by GitHub
commit a5a9c64e8f
1 changed files with 28 additions and 0 deletions

View File

@ -25,6 +25,34 @@ You can install directly from the source on github by following these steps:
git checkout $branch
Ansible on RHEL and CentOS
--------------------------
You can acquire Ansible on RHEL and CentOS by installing from
`"Extras"<https://access.redhat.com/solutions/912213>`_.
On RHEL::
subscription-manager repos --enable=rhel-7-server-extras-rpms
(CentOS does not use subscription-manager and already has "Extras" enabled by default.)
::
sudo yum install ansible
Ansible on Ubuntu
-----------------
You can acquire Ansible on Ubuntu by using the `Ansible
PPA<https://launchpad.net/~ansible/+archive/ubuntu/ansible>`_.
::
sudo add-apt-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
Releases
========