Need Automation on Linux : Ansible will become your best friend for sure.
Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery.
So let's not discuss more jump into installation to have hands on it.
Redhat/Centos ships ANSIBLE on its default repository, so you don’t ned to woory about packages or it’s dependencies.
Just a single command will install ansible and your Automation cockpit is ready to fly.
cybeerkeeda@Linux-Maniac:~ yum install ansible
If you too found the same issue while installing ansible from one liner yum command.
cybeerkeeda@Linux-Maniac:~ yum install ansibleLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile* base: mirror.nbrc.ac.in* extras: mirror.nbrc.ac.in* updates: mirror.nbrc.ac.inNo package ansible available.Error: Nothing to do
Make sure first of all you are connected to internet, then simply install the epel repo first.
cybeerkeeda@Linux-Maniac:~ yum install epel-release
Then run the same earlier command yum install ansible.
cybeerkeeda@Linux-Maniac:~ yum install ansible
Done ! All fine
Now lets confirm it’s installation status by checking the installed ansible version.
cybeerkeeda@Linux-Maniac:~ ansible --version
ansible 2.3.1.0config file = /etc/ansible/ansible.cfgconfigured module search path = Default w/o overridespython version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
Do find the video for reference purpose too.
Thanks for sharing wonderful information with us, It's really useful for learners keep share content on Devops Online Training
ReplyDeletewow! very nice article. who want to learn online it coursesOnline IT Training
ReplyDelete