Digital Marketing

Install Ansible on Ubuntu

$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository --yes --update ppa:ansible/ansible
$ sudo apt-get install ansible

Verify:

$ ansible --version

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database