Skip to content

ansible-buch/install-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Recommended way to install an Ansible Community Package

Debian 12/11

apt update
apt install ansible

Rocky Linux 9/8

dnf install epel-release
dnf install ansible

openSUSE Leap 15

zypper install ansible

Ubuntu 24.04/22.04 LTS

sudo apt update
sudo apt install ansible

Alternatively: Installation with PIP

If you don't like the distribution package for some reason, you can perform the installation via Python PIP:

  1. Install the python3-pip distribution package
  2. pip3 install ansible

This will not always get you the newest version, because newer Ansible versions require newer versions of Python!

About

Recommended way to install Ansible on Debian, Rocky, openSUSE Leap or Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •