Video will help us to understand how you can install Ansible on CentOS machine and discussion on installation steps for other Linux flavours of OS and Windows Systems. Pointers covered below:-
Installation Steps on CentOS 7
1- Update Repo
sudo yum update -y
2- Install the EPEL repo
sudo yum install epel-release
3- Install the Ansible package.
sudo yum install ansible
4- Check Version
ansible --version
Walkthrough on installation Steps on Debian/Ubuntu systems
1- Update Repo
sudo apt update -y
2- Install S/W properties common packages
sudo apt install software-properties-common
3- Install Ansible personal package archive
sudo apt-add-repository ppa:anisble/ansible
4- Install Ansible
sudo apt update
sudo apt install ansible
Walkthrough on installation Steps on Windows
Check my article:- / install-configure-ansible-windows-shashank...
If you like the video please like, comment, share and subscribe to the channel to get more updates on technical videos.
Channel Link:- https://www.youtube.com/c/Cloud4DevOp...
Join Me on the LinkedIn Group for More updates:- / 13859292
Happy Learning !!!