Ansible Modules
A collection of 16 posts

Ansible Yum Module: Manage Red Hat Packages
Manage the packages effectively on the fleet of Red Hat systems with Yum module in Ainsible.
· Umair Khurshid

Ansible include_tasks Module: Reuse Tasks Across Playbooks
Learn to include tasks for reducing repetitions in playbooks.
· LHB Community

Ansible Cron Module: Manage Cron Jobs on Remote Systems
The cron module in Ansible lets you run and manage the cron jobs on remote systems.
· LHB Community

Ansible Git Module: Manage Git Repositories
This module lets you deal with git repos from your playbooks.
· LHB Community

Ansible Stat Module: Get Detailed Info About Files on Target Hosts
The stat module in Ansible lets you deal with files based on their stats like size, mode and timestamps. Learn some practical examples.
· LHB Community

Ansible Fetch Module: Get Files from Remote Nodes
The fetch module allows you to get files from remote nodes. Here are some practical examples of using this module.
· Abhishek Prakash

Ansible File Module: Manage Files and Directories on Remote Nodes
Manage files and folders, their ownership and permissions with the built-in file module of Ansible.
· LHB Community

Ansible User Module: Manage User Accounts on Remote Hosts
Let's see how you can manage user accounts on remote nodes with the user module.
· LHB Community

Ansible Debug Module: Display Output During Playbook Execution
Troubleshoot your playbooks for errors with the debug module in Ansible.
· LHB Community

Ansible Replace Module: Replace Strings and Lines
Learn to replace strings and lines across multiple systems or files with the Ansible replace module.
· LHB Community

Ansible Lineinfile Module: Manage Lines in Text Files
Learn to use the lineinfile module of Ansible with these real world examples.
· LHB Community

Ansible Apt Module: Manage Ubuntu and Debian Packages
Ansible's built-in APT module lets you manage packages on Ubuntu and Debian based nodes.
· Umair Khurshid

Ansible Shell Module: Execute Shell Commands on Target Systems
Shell module in Ansible is a powerful tool for executing shell commands on remote hosts, but it comes with maintenance risks.
· LHB Community

Ansible Ping Module: Check if Host is Reachable
Quickly test if a node is available with Ansible ping command.
· LHB Community

Ansible Service Module: Manage Services
The service module in Ansible comes in handy for managing services across a variety of platforms.
· LHB Community

Ansible Copy Module: Copy Files to Remote Targets
The Copy module in Ansible comes in handy in your setup. Learn some practical examples.
· LHB Community