OPERATING SYSTEMSOS Linux

Ansible Installation on Ubuntu

For Ansible Control Node on Ubuntu Server
===================================

$ sudo apt-get upgrade
$ sudo apt-get install software-properties-common

Step 1: Install the software-properties-common package
$ sudo apt-get update

Step 2: Add the Ansible repository to your system
$ sudo apt-add-repository ppa:ansible/ansible

Step 3: Install Ansible
$ sudo apt-get install ansible

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *