Answers for "how to install ansible on ubuntu server"

1

install ansible on ubuntu 18.04

$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible
Posted by: Guest on June-09-2021
0

install ansible on linux

$sudo pip3 install ansible
Posted by: Guest on May-25-2021

Code answers related to "how to install ansible on ubuntu server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language