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?



How would you install ansible on a centos system?..

Answer / 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

More Ansible Interview Questions

Why is ‘{{ }}’ notation used?

1 Answers  


Can you build your own modules with ansible?

1 Answers  


How do I generate crypted passwords for the user module?

1 Answers  


How should one configure a jump host to access servers that I have no direct access to?

1 Answers  


When should you test playbooks and roles?

1 Answers  


What are the ansible modules?

1 Answers  


Explain in detail about ad-hoc command?

1 Answers  


Explain what are playbooks in ansible? Explain with some examples.

1 Answers  


How ansible different from the playbook?

1 Answers  


How do I access a variable name programmatically?

0 Answers  


What are the different components of ansible?

1 Answers  


Is it unsafe to bulk-set task arguments from a variable?

1 Answers  


Categories