Categories
Network Automation

Installing Ansible ( Ubuntu )

Your time is valuable, so this post will be straight to the point so you can get started.

From your control node:

$ sudo apt-add-repository ppa:ansible/ansible
  • You will need to hit that enter button when prompted. Go ahead with the PPA addition.
$ sudo apt update
$ sudo apt install ansible

You’re all set. I told you it would be quite and to the point – :0)

Now off to the next post on how to setup your Inventory file…