Day 8 of 100 Days of Devops
Install Ansible
Day 8 of 100 Days of Devops
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.9.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.
Generate SSH Keys
1
2
thor@jumphost ~$ sudo -i
root@jumphost ~# pip3 install "ansible==4.9.0"
This post is licensed under CC BY 4.0 by the author.