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:
- zypper ar http://download.opensuse.org/repositories/systemsmanagement/SLE_11/systemsmanagement.repo
- zypper install ansible
In order to install Ansible on SLES 11 via Pip, you have to do the following steps:
- zypper install python
- zypper ar http://download.opensuse.org/repositories/devel:/languages:/python/SLE_11_SP3/devel:languages:python.repo
- zypper install python
- pip install ansible
Written by Robert Winkler
Related protips
3 Responses
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?
@vide Hi, I wrote script that installs Ansible on SLES 11, so it may be helpful.
https://github.com/kmonticolo/Ansible-on-SLES11
You should replace the repo Url with http://download.opensuse.org/repositories/systemsmanagement/SLE_11_SP4/systemsmanagement.repo