Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by docs.ansible.com #
 
PREVIOUS NEXT
Tagged: #install #ansible #ubuntu
ADD COMMENT
Topic
Name
5+6 =