Answer Posted / Deepanshu Sharma
Ansible modules are reusable, standalone scripts that perform a specific task. They can be used individually or combined together to create playbooks. Here are some common Ansible modules:n1. User Module: Manages system users and groups.n2. File Module: Manages files on the target host.n3. Package Module: Installs, updates, or removes packages based on the package manager of the target host.n4. Service Module: Manages services/daemons on Unix-based systems.n5. Yum Module: Specific for RedHat-based systems to manage packages.n6. Apt Module: Specific for Debian-based systems to manage packages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should you test playbooks and roles?
What are playbooks in ansible?
List some advantages of using ansible.
Talk about ansible architecture.
How would you install ansible on a centos system?
How can one interpolate variables or dynamic variable names?
Can you write a simple playbook to install nginx on a host machine?
Why are you attracted to science and science fiction?
How to interpolate variables or dynamic variable names?
Is there a web interface / rest api / etc?
How ansible works?
How do I see all the inventory vars defined for my host?
What are the ansible modules?
What is ansible task?
How can I display all the inventory vars defined for my host?