Last Updated: February 17, 2018
·
15.46K
· robwin

How to install Ansible on SLES 11

Ansible is an open source IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.

In order to install Ansible on SLES 11 via the package manager, you have to do the following steps:

  1. zypper ar http://download.opensuse.org/repositories/systemsmanagement/SLE_11/systemsmanagement.repo
  2. zypper install ansible

In order to install Ansible on SLES 11 via Pip, you have to do the following steps:

  1. zypper install python
  2. zypper ar http://download.opensuse.org/repositories/devel:/languages:/python/SLE_11_SP3/devel:languages:python.repo
  3. zypper install python
  4. pip install ansible

3 Responses
Add your response

Hi Robert, I need to install ansible on a SUSE Linux Enterprise Server 11 and was happy to find this guide but both links asbove to dowload.opensuse.org seams to be broken?

over 1 year ago ·

@vide Hi, I wrote script that installs Ansible on SLES 11, so it may be helpful.
https://github.com/kmonticolo/Ansible-on-SLES11

over 1 year ago ·