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
Talk about ansible architecture.
What’s the use of ansible?
What are playbooks in ansible?
How ansible different from the playbook?
What are the variables in ansible?
Is it possible to build our modules in ansible?
What is ansible galaxy?
How can looping be done over a list of hosts in a group, inside of a template?
How does ansible work?
What is ansible?
How do I see all the inventory vars defined for my host?
How ansible works?
How do I write an ansible handler with multiple tasks?
What is the best way to make content reusable/redistributable?
When should I use {{ }}?