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

What are ansible vaults?

1 Answers  


Can you write a simple playbook to install nginx on a host machine?

1 Answers  


Compare ansible with chef.

1 Answers  


How do I write an ansible handler with multiple tasks?

1 Answers  


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

1 Answers  


Is ansible an open source tool?

1 Answers  


What are ad-hoc commands?

1 Answers  


Explain the concept behind infrastructure as code (iac).

1 Answers  


Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?

1 Answers  


How do I access shell environment variables?

1 Answers  


How to access a variable of the first host in a group?

1 Answers  


Talk about ansible architecture.

1 Answers  


Categories