Skip to content

Recommended way to install Ansible on Debian, CentOS, openSUSE or Ubuntu

Notifications You must be signed in to change notification settings

o-ristow/install-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Recommended way to install Ansible

Debian 10

echo "deb http://deb.debian.org/debian buster-backports main" \
  > /etc/apt/sources.list.d/backports.list
apt update
apt -t buster-backports install ansible

CentOS 7/8

yum install epel-release
yum install ansible

openSUSE 15

zypper install ansible

Ubuntu 20.04 LTS

sudo apt-get update
sudo apt-get install ansible

About

Recommended way to install Ansible on Debian, CentOS, openSUSE or Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published