Skip to content
Top Menu
October 27, 2025
  • ABOUT US
  • PRIVACY POLICY
  • TERMS
  • DISCLOSURE
  • ASK ME
  • CONTACT
Linuxbuz logo

LinuxBuz

Tutorials for Linux

  • HOME
  • LINUX HOW TO
  • DEVOPS
  • RESOURCES
  • ADVERTISE
Ansible authorized_key Module
DEVOPS

Add and Remove SSH Keys with Ansible authorized_key Module

March 8, 2025July 11, 2025 - by Hitesh Jethva

Managing SSH keys efficiently is critical for secure server access. The Ansible authorized_key module makes this easy by automating the addition and removal of public keys across your infrastructure. This …

Add and Remove SSH Keys with Ansible authorized_key Module Read More
ansible systemd module examples
DEVOPS

Ansible Systemd Module Explained with Practical Examples

March 7, 2025July 11, 2025 - by Hitesh Jethva

Managing services on Linux is a core task for system administrators. Ansible makes this easier with its systemd module. It allows you to automate tasks like starting, stopping, restarting, enabling, …

Ansible Systemd Module Explained with Practical Examples Read More
Use Ansible with Terraform
DEVOPS

How to Use Terraform and Ansible Together (AWS EC2 Example)

March 7, 2025July 11, 2025 - by Hitesh Jethva

In modern DevOps workflows, automating both infrastructure provisioning and configuration is essential. Terraform and Ansible are two powerful tools that work perfectly together: Terraform provisions infrastructure like AWS EC2 instances. …

How to Use Terraform and Ansible Together (AWS EC2 Example) Read More
Ansible Service Module Example
DEVOPS

7 Easy Ways to Manage Services with Ansible Service Module

March 6, 2025July 11, 2025 - by Hitesh Jethva

The Ansible service module allows you to control services (start, stop, restart, enable, disable) on remote hosts across various init systems like Systemd, SysV, and Upstart. This makes it a key …

7 Easy Ways to Manage Services with Ansible Service Module Read More
Ansible Shell Module Examples
DEVOPS

How to Run Remote Commands with Ansible Shell Module

March 6, 2025July 11, 2025 - by Hitesh Jethva

Managing remote Linux systems often requires running custom shell commands. The Ansible shell module is a powerful tool that lets you execute arbitrary shell commands on target hosts. Unlike the …

How to Run Remote Commands with Ansible Shell Module Read More
Install Ansible on Ubuntu Mac Windows
DEVOPS

How to Install Ansible on Linux, Mac, and Windows

March 5, 2025July 11, 2025 - by Hitesh Jethva

Ansible is a powerful automation tool used for configuration management, application deployment, and task automation. It’s known for its simplicity and ease of use, making it a popular choice among …

How to Install Ansible on Linux, Mac, and Windows Read More
Ansible Check if File or Directory Exists
DEVOPS

Ansible Check If Files or Directories Exist

March 4, 2025July 11, 2025 - by Hitesh Jethva

When automating tasks with Ansible, you often need to check if a specific file or directory exists on a remote host. This can be useful in scenarios where certain actions …

Ansible Check If Files or Directories Exist Read More
Ansible Git Module
DEVOPS

How to Clone a Git Repository Using Ansible Git Module

March 3, 2025July 11, 2025 - by Hitesh Jethva

Cloning a Git repository using Ansible is a simple way to automate code deployments and version control tasks. The Ansible git module allows you to clone, update, and manage repositories …

How to Clone a Git Repository Using Ansible Git Module Read More
Ansible Find Module
DEVOPS

Ansible find Module with Practical Examples

March 2, 2025July 11, 2025 - by Hitesh Jethva

The find module in Ansible helps automate the process of locating files and directories across multiple remote servers. This is useful for cleaning up old files, gathering information, or performing …

Ansible find Module with Practical Examples Read More
Ansible apt_repository Module
DEVOPS

How to Add Repositories on Ubuntu/Debian Systems

March 1, 2025July 11, 2025 - by Hitesh Jethva

The apt_repository module in Ansible allows you to manage APT repositories on Debian-based systems. It lets you add, remove, or update software sources on remote servers. The apt_key module manages …

How to Add Repositories on Ubuntu/Debian Systems Read More

Posts pagination

Previous1…101112…22Next
Copyright © 2025 LinuxBuz.
Proudly powered by WordPress | Theme: HitMag Pro by ThemezHut.