Member-only story

How to install Ansible in OpenSUSE Leap 15

How to install the latest version of Ansible in openSUSE using the official SUSE Leap “update” repository.

Luca Berton
8 min readNov 19, 2021

How to install Ansible in openSUSE Leap?

Today we’re going to talk about the easier way to install and maintain Ansible inside openSUSE 15 using the distribution repository.

I’m Luca Berton and welcome to today’s episode of Ansible Pilot.

How to install Ansible in openSUSE Leap 15

  • use repository openSUSE Leap Update

Today we’re talking about How to install Ansible in openSUSE Leap 15.
The easier way to install and maintain Ansible inside openSUSE Leap version 15 is using the Leap Update repository maintained by SUSE.

demo

Are you ready to make your hands dirty?

Let’s jump in a quick live demo of how to install the latest version of Ansible in openSUSE.

  • Install-Ansible-openSUSE-Leap15.sh
#!/bin/bash
sudo zypper refresh
sudo zypper install ansible
sudo zypper info…

--

--

Luca Berton
Luca Berton

Written by Luca Berton

I help creative Automation DevOps, Cloud Engineer, System Administrator, and IT Professional to succeed with Ansible Technology to automate more things everyday

No responses yet