Tag

playbook

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jun 15, 2025 · Operations

Master Ansible: Automate 300+ Servers with Simple Playbooks

This guide introduces Ansible’s core concepts, installation steps, common commands, and a complete Nginx deployment playbook, showing how to efficiently automate configuration, scaling, and updates across hundreds of servers.

AnsibleAutomationConfiguration Management
0 likes · 7 min read
Master Ansible: Automate 300+ Servers with Simple Playbooks
Raymond Ops
Raymond Ops
Apr 25, 2025 · Operations

Master Ansible Playbooks: From YAML Basics to Advanced Handlers

This guide walks you through Ansible playbooks, covering YAML syntax rules, data types, sample playbooks for installing software, execution commands, idempotency concepts, and how to use handlers for conditional task execution, providing clear examples and command‑line outputs.

AnsibleAutomationDevOps
0 likes · 10 min read
Master Ansible Playbooks: From YAML Basics to Advanced Handlers
Raymond Ops
Raymond Ops
Feb 13, 2025 · Operations

Automate Apache Deployment with Ansible: Step‑by‑Step Guide

Learn how to automate the installation, configuration, and management of Apache HTTP Server using Ansible, covering installation of Ansible, inventory setup, role creation, task and template writing, playbook execution, verification, and clean removal, with full command examples for Debian and RPM systems.

AnsibleApacheAutomation
0 likes · 8 min read
Automate Apache Deployment with Ansible: Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Feb 10, 2025 · Operations

Master Automated Linux Deployments with Ansible: Step‑by‑Step Guide

This guide walks you through installing Ansible on Linux, configuring inventory and settings, writing playbooks to install and start web servers, and executing them, while also covering variables, roles, templates, handlers, conditionals, and error handling for robust automated deployments.

AnsibleAutomationConfiguration Management
0 likes · 5 min read
Master Automated Linux Deployments with Ansible: Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Jan 18, 2025 · Operations

Master Ansible Playbooks: From Basics to Advanced YAML Techniques

This article explains the limitations of ad‑hoc Ansible commands, introduces the concepts of playbooks, plays, and tasks, demonstrates YAML syntax with examples, shows how to write and run playbooks, and details host selection patterns and execution strategies for efficient automation.

AnsibleAutomationoperations
0 likes · 17 min read
Master Ansible Playbooks: From Basics to Advanced YAML Techniques
Linux Ops Smart Journey
Linux Ops Smart Journey
Dec 8, 2024 · Operations

Unlock Server Automation: How Ansible Playbooks Transform IT Management

This article introduces Ansible Playbooks, an open‑source automation tool that uses YAML to manage servers without agents, explains their declarative nature, outlines key benefits such as simplicity, modularity and idempotence, and provides practical command‑line examples to list hosts, dry‑run, and execute tasks.

AnsibleAutomationDevOps
0 likes · 5 min read
Unlock Server Automation: How Ansible Playbooks Transform IT Management
DevOps Cloud Academy
DevOps Cloud Academy
Mar 21, 2023 · Operations

Using Ansible Async Mode to Run Long‑Running Tasks in Playbooks

This article explains how Ansible’s async and poll parameters enable background execution of long‑running tasks, allowing playbooks to continue without blocking, and provides practical examples, configuration tips, and status‑checking techniques for reliable DevOps automation.

AnsibleAutomationBackground Execution
0 likes · 10 min read
Using Ansible Async Mode to Run Long‑Running Tasks in Playbooks
Practical DevOps Architecture
Practical DevOps Architecture
Sep 5, 2021 · Operations

Ansible Playbook for Bulk MySQL 8.0 Deployment Across Multiple Nodes

This article shares an Ansible playbook that automates the installation and configuration of MySQL 8.0 on a large set of database servers, while also encouraging readers to share the content for broader community benefit.

AnsibleAutomationDeployment
0 likes · 4 min read
Ansible Playbook for Bulk MySQL 8.0 Deployment Across Multiple Nodes
Practical DevOps Architecture
Practical DevOps Architecture
Jan 23, 2021 · Operations

Using Ansible Playbook to Change the Root Password on Multiple Linux Servers

This guide explains how to configure Ansible inventory, write a YAML playbook that updates the root password on two servers, execute the playbook, and verify the password change through SSH login, illustrating a flexible automation workflow for multi‑host deployments.

AnsibleAutomationConfiguration Management
0 likes · 3 min read
Using Ansible Playbook to Change the Root Password on Multiple Linux Servers
Practical DevOps Architecture
Practical DevOps Architecture
Jan 19, 2021 · Operations

Using Ansible Playbook to Set Hostnames and Update /etc/hosts on Multiple Servers

This article demonstrates how to create and run an Ansible Playbook that changes hostnames and appends entries to /etc/hosts on two Linux servers, showing the required inventory, YAML playbook, command execution, and verification steps with accompanying screenshots.

AnsibleAutomationConfiguration Management
0 likes · 6 min read
Using Ansible Playbook to Set Hostnames and Update /etc/hosts on Multiple Servers
Practical DevOps Architecture
Practical DevOps Architecture
Dec 17, 2020 · Operations

Deploying Nginx with Ansible Playbooks

This article explains how Ansible playbooks—YAML‑based, flexible configuration management files—can be used to automate the installation, configuration, and service management of Nginx across multiple hosts, including preparation of servers, playbook structure, execution commands, and verification steps.

Configuration Managementnginxplaybook
0 likes · 3 min read
Deploying Nginx with Ansible Playbooks
DevOps Cloud Academy
DevOps Cloud Academy
Aug 12, 2019 · Operations

Using Ansible Playbooks to Automate MySQL Installation and Cron Job Creation

This tutorial explains how to write Ansible Playbooks in YAML to automate complex tasks such as batch installing MySQL on remote servers and creating scheduled cron jobs, including code examples, parameter explanations, execution commands, and result verification.

AnsibleAutomationCron
0 likes · 4 min read
Using Ansible Playbooks to Automate MySQL Installation and Cron Job Creation