Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How would you install ansible on a centos system?

Answer Posted / Prashant Singh

To install Ansible on a CentOS system, follow these steps:nn1. Update the package list: n ```n sudo yum update -yn ```n2. Install EPEL repository:n ```n sudo yum install epel-release -yn ```n3. Install Ansible using pip (Python package manager):n ```n sudo pip install ansiblen ```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Talk about ansible architecture.

2


What’s the use of ansible?

1


What are playbooks in ansible?

1


How ansible different from the playbook?

1


What are the variables in ansible?

1


Is it possible to build our modules in ansible?

1


What is ansible galaxy?

2


How can looping be done over a list of hosts in a group, inside of a template?

3


How does ansible work?

1


What is ansible?

1


How do I see all the inventory vars defined for my host?

2


How ansible works?

1


How do I write an ansible handler with multiple tasks?

2


What is the best way to make content reusable/redistributable?

2


When should I use {{ }}?

1