100-Days-Of-DevOps-Challenge-KodeKloud

Setup Ansible

During the weekly meeting, the Nautilus DevOps team discussed about the automation and configuration management solutions that they want to implement. While considering several options, the team has decided to go with Ansible for now due to its simple setup and minimal pre-requisites. The team wanted to start testing using Ansible, so they have decided to use jump host as an Ansible controller to test different kind of tasks on rest of the servers.

Install ansible version 4.8.0 on Jump host using pip3 only. Make sure Ansible binary is available globally on this system, i.e all users on this system are able to run Ansible commands.

Steps

To install run the following command on the jump host server:

sudo pip3 install ansible==4.8.0

Good to Know?

Ansible Fundamentals

Ansible Components

Installation Methods

Version Considerations