]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: add instructions for installing Ansible 1978/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 3 Oct 2017 17:38:58 +0000 (11:38 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 3 Oct 2017 17:39:39 +0000 (11:39 -0600)
Add RPM and DEB instructions for installing Ansible.

docs/source/index.rst

index 1d4d2c85549f21fe93e049ac2a0b5b8dcccc9340..58bdd0753cc7080f290c2959f297acf056c0e6c4 100644 (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
 ========