| by Arround The Web

Command and Shell Module in Ansible: Differences and Practical Usage

In this article, we will discuss the difference between the two modules that are commonly used in Ansible. These modules are command and shell modules. In many ways, both of them have the same task and look similar, but if we go deeper into the actions…

Share Button
Read More
| by Arround The Web

How to Use Debug Module in Ansible Playbook

The Ansible debug module is a handy module that prints statements during playbook execution. Additionally, it can be used to debug expressions and variables without interfering with the playbook execution. Learn how to use the debug module in Ansible P…

Share Button
Read More
| by Arround The Web

Using Ansible to Install and Configure Redis 6 on Debian 11

In this tutorial, we are going to learn how to install and configure Redis 6 on Debian 11 using Ansible.
The post Using Ansible to Install and Configure Redis 6 on Debian 11 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to create a Linux User Using Ansible

In this guide, we will explore how to automate the process of user creation using Ansible in Linux systems.
Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It r…

Share Button
Read More
| by Arround The Web

How to Speed Up an Ansible Playbook

Ansible is an open-source IT automation tool for continuous deployments or zero downtime rolling updates, software deployment, configuration management, and orchestration of more advanced IT tasks. This tutorial shows several ways to speed up an Ansibl…

Share Button
Read More
| by Arround The Web

Level Up Your Ansible Skills While Having Fun: Sysadmin After Dark

Gaming is a great way to clear your head after a long workday, and automating game installations with Ansible means you can start playing sooner.
The post Level Up Your Ansible Skills While Having Fun: Sysadmin After Dark appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Set Up and Use Python Virtual Environments for Ansible

Python’s venv module gives you the freedom to test new Ansible features in virtual environments, before deploying them to production and without disturbing your system install. Learn how to set up and use Python virtual environments for Ansible h…

Share Button
Read More
| by Arround The Web

Guide to Install Ansible on Ubuntu

Ansible is an open-source configuration management, application deployment, and software provisioning tool that is used to deploy, configure, & manage servers. Due to ease of use, Ansible is one of the most popular automation tools. Learn to install it on Ubuntu here. It uses YAML, which is easy to learn & does not require you […]

The post Guide to Install Ansible on Ubuntu appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Improve Linux Performance, Trigger Ansible with Git Push, and More Tips for Sysadmins

Today, Enable Sysadmins looks back at our top 10 articles to give readers a chance to catch up on any of the great content they might have missed. In this list, you will see various topics covered, and we are confident that some, if not all, will be of…

Share Button
Read More
| by Arround The Web

Configure your Chrony Daemon with an Ansible Playbook

Ansible can be used to manage daemon configuration files. In this example, you’ll see how to manage your Chrony configuration with Ansible.
The post Configure your Chrony Daemon with an Ansible Playbook appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

4 Steps to Create Linux Users from a CSV File with Ansible

Automate Linux user account creation with Ansible. Learn these 4 steps to create Linux users from a CSV file with Ansible.
The post 4 Steps to Create Linux Users from a CSV File with Ansible appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

6 Steps to Automating Code Pushes with Ansible Automation Platform

Use a Git push to trigger an Ansible Automation Platform playbook execution in six easy steps.
The post 6 Steps to Automating Code Pushes with Ansible Automation Platform appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Introduction To Ansible Automation Platform

This guide will give a brief introduction to the Ansible automation platform, including Ansible architecture, inventory, modules, and playbooks.
The post Introduction To Ansible Automation Platform appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Ansible AWX 17.1.0 on Ubuntu 20.04

Source: LinOxide

Share Button
Read More
| by Arround The Web

How to Install Tomcat on Ubuntu 20.04 using Ansible

Source: LinOxide

Share Button
Read More
| by Scott Kilroy

Ansible Playbook to Install and Setup Apache on Ubuntu

Source: LinOxide

Share Button
Read More
| by Scott Kilroy

How to Install Ansible on Ubuntu

Ansible is an open-source tool that allows you to provision, configure, manage, and deploy applications. It helps to run infrastructure as a code, basically an automation tool. Ansible runs on Linux, Unix-like, and Windows systems. It is a free tool [….

Share Button
Read More
| by Arround The Web

Using Ansible playbook to install Docker on Centos 7

Introduction Docker is a containerization engine and platform that encapsulates application code along with all of its dependencies inside a container. Containers are like virtual machines but they are more portable, more lightweight, and more dependent on the host operating system. Please do check out our extensive series of posts on docker. In this article, we […]

The post Using Ansible playbook to install Docker on Centos 7 appeared first on The Linux Juggernaut.

Share Button
Read More