From a1273f3dc8bd919fbe1142f261e48664afcaee95 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 3 Oct 2017 11:38:58 -0600 Subject: [PATCH] docs: add instructions for installing Ansible Add RPM and DEB instructions for installing Ansible. --- docs/source/index.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 1d4d2c855..58bdd0753 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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"`_. + +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`_. + +:: + + sudo add-apt-repository ppa:ansible/ansible + sudo apt-get update + sudo apt-get install ansible + + Releases ======== -- 2.47.3