Tag: ansible

Install Ansible on Rocky Linux

May 10, 2023

Ansible is an open-source Infrastructure-as-Code tool for infrastructure automation and application deployment. In this article, you will learn how to install Ansible on Rocky Linux, a popular, RHEL-compatible, enterprise-ready CentOS alternative.

Read more

SaltStack vs. Ansible: Comprehensive Comparison

February 9, 2023

Manual management of fragmented infrastructure consumes a lot of resources, which is why IaC solutions became popular. This article compares two well-known IaC platforms for infrastructure automation and configuration management, SaltStack and Ansible.

Read more

Ansible vs. Jenkins: What's the Difference?

January 26, 2023

DevOps promotes automation across the entire software development life cycle. Therefore, there are many DevOps tools that enable automation at various SDLC stages. This article compares two popular automation solutions, Ansible and Jenkins.

Read more

Ansible vs Kubernetes: Understanding the Differences

June 3, 2021

From tools that help with deployment and update of apps on cloud servers, to full-fledged container orchestration solutions, the automation in software development is a diverse and developing field. This article will present Ansible and Kubernetes, two popular automation tools.

Read more

Ansible Playbook: How to Create and Configure Playbooks

December 17, 2020

Ansible is a Code as Infrastructure solution for monitoring and managing remote hosts. This is done by using Ansible playbooks.
This tutorial shows you how to create and run Ansible playbooks.

Read more

Ansible Playbook Dry Run: Run Playbook in "Check Mode"

November 19, 2020

This article explains how to do a dry run of an Ansible playbook by using the built-in check mode feature. Ansible is an Infrastructure as Code tool that allows you to use a single control node to monitor and manage remote servers. It allows you to manage remote servers by creating playbooks, which contain lists of tasks for the remote servers to perform.

Read more

How to Create a File in Ansible

October 7, 2020

Ansible allows you to quickly and easily use a single control node to manage a multiple remote servers. You can use Ansible to create files and folders on remote servers. This tutorial covers several ways to do that.

Read more

How to Install and Configure Ansible on Windows

September 29, 2020

Ansible is a Linux-based app used for monitoring and managing remote severs. There are several ways you can make Ansible work on Windows 10. This tutorial provides a step-by-step guide to three of them.

Read more

How to Install and Configure Ansible on Ubuntu 20.04

September 10, 2020

Ansible is a management system that helps you manage a large number of servers without the need for any specialized tools or formats.
This guide covers the steps for installing Ansible on Ubuntu 20.04.

Read more