Tagged articles
226 articles
Page 3 of 3
MaGe Linux Operations
MaGe Linux Operations
Sep 9, 2017 · Operations

Master Ansible Basics: Essential Modules and Commands for Automation

This guide walks you through Ansible's core architecture, host inventory setup, variable definitions, and the most commonly used modules—including group, user, copy, cron, shell, and ping—showing practical command examples and how to retrieve module help with ansible‑doc.

Configuration ManagementLinuxansible
0 likes · 10 min read
Master Ansible Basics: Essential Modules and Commands for Automation
MaGe Linux Operations
MaGe Linux Operations
Aug 14, 2017 · Backend Development

Building a Django‑Based Operations Management Platform: Architecture, Modules, and Monitoring

This article walks through the design and implementation of a Django‑powered operations management platform, covering request flow, modular app structure, user authentication, asset storage, performance monitoring, batch management with Ansible, and full‑stack front‑end integration, illustrated with diagrams and code snippets.

Backend DevelopmentDjangoOperations Management
0 likes · 5 min read
Building a Django‑Based Operations Management Platform: Architecture, Modules, and Monitoring
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 13, 2017 · Cloud Computing

Inside 360’s Ultron: How OpenStack Powers a Scalable Private Cloud

This article details the evolution, architecture, deployment, monitoring, and performance optimization of Ultron—360’s internal OpenStack‑based virtualization platform—covering its three development stages, technical stack, automation with Ansible, advanced features like VXLAN and Ceph, and lessons learned from large‑scale operations.

CephDPDKMonitoring
0 likes · 19 min read
Inside 360’s Ultron: How OpenStack Powers a Scalable Private Cloud
MaGe Linux Operations
MaGe Linux Operations
Jun 21, 2017 · Operations

Master Ansible: From Basics to Advanced Playbooks and Automation

This comprehensive guide walks you through Ansible fundamentals, architecture, installation, core modules, playbook structure, variables, templates, handlers, roles, conditionals, loops, and practical examples, enabling you to automate configuration management across multiple Linux hosts with confidence and precision.

Configuration ManagementDevOpsPlaybooks
0 likes · 23 min read
Master Ansible: From Basics to Advanced Playbooks and Automation
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2017 · Operations

Ansible vs SaltStack: Which Automation Tool Wins for Secure, Fast Ops?

An in‑depth comparison of Ansible and SaltStack evaluates response speed, security, maintenance overhead, and syntax readability, concluding that despite slower performance, Ansible’s superior security and simpler operations make it the preferred automation solution for large‑scale, especially financial, environments.

MicroservicesSaltStackansible
0 likes · 9 min read
Ansible vs SaltStack: Which Automation Tool Wins for Secure, Fast Ops?
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2017 · Operations

Deploy a Mezzanine Blog with Ansible and Docker: Step‑by‑Step Guide

This article walks through building a Mezzanine CMS blog, first manually on macOS, then automating the deployment with Ansible, refactoring using roles, and finally containerizing the setup with Docker, providing detailed commands, configuration files, and best‑practice tips for production environments.

DeploymentDevOpsDjango
0 likes · 10 min read
Deploy a Mezzanine Blog with Ansible and Docker: Step‑by‑Step Guide
ITPUB
ITPUB
Apr 4, 2017 · Operations

Real‑World Ops Pitfalls and Proven Ways to Avoid Them

This article compiles practical experiences from system administrators about common operational pitfalls, their root causes, and concrete mitigation steps, ranging from misconfigured HAProxy timeouts and risky rm commands to ansible async quirks and cron‑job failures.

DevOpsLinuxOperations
0 likes · 8 min read
Real‑World Ops Pitfalls and Proven Ways to Avoid Them
MaGe Linux Operations
MaGe Linux Operations
Mar 21, 2017 · Operations

Master YAML and Ansible: From Basics to Playbook Automation

This guide introduces YAML syntax and features, explains how to define variables, facts, and loops in Ansible, details the INI‑style inventory file format, and walks through creating playbooks with hosts, tasks, handlers, and tags for reliable automation.

Configuration ManagementDevOpsPlaybooks
0 likes · 11 min read
Master YAML and Ansible: From Basics to Playbook Automation
MaGe Linux Operations
MaGe Linux Operations
Mar 20, 2017 · Operations

Mastering Ansible: A Beginner’s Guide to Operations Automation

This article introduces Ansible as a powerful, agentless automation tool for operations engineers, covering the tasks suitable for batch deployment, its architecture, core concepts like idempotence, essential components, basic command usage, and practical examples such as installing software, managing users, and configuring SSH keys.

Configuration ManagementDevOpsOperations Automation
0 likes · 7 min read
Mastering Ansible: A Beginner’s Guide to Operations Automation
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2017 · Operations

Master Ansible: From Basics to Advanced Modules for Efficient Operations

This guide introduces Ansible for operations, covering its core features, installation, host preparation, key management, essential modules, playbook structure, YAML syntax, handlers, tags, variables, templates, loops, and conditional execution, with practical command examples and visual illustrations.

Configuration ManagementDevOpsOperations
0 likes · 8 min read
Master Ansible: From Basics to Advanced Modules for Efficient Operations
dbaplus Community
dbaplus Community
Nov 23, 2016 · Operations

How to Rapidly Deploy DCOS Services with Ansible and Docker

This guide walks through an automated, fast‑track deployment of DCOS components—including service selection, Docker‑based containers, host initialization, system checks, Ansible provisioning, Consul service discovery, HAProxy load balancing, MySQL HA, and Zookeeper/Marathon integration—providing concrete commands, configuration snippets, and practical tips.

ConsulDCOSHAProxy
0 likes · 12 min read
How to Rapidly Deploy DCOS Services with Ansible and Docker
MaGe Linux Operations
MaGe Linux Operations
Nov 14, 2016 · Operations

Master Ansible: From Basics to Advanced Automation without Agents

This comprehensive guide introduces Ansible, explains its agentless architecture, core components, installation, SSH key setup, inventory configuration, essential commands, and common modules, providing a practical roadmap for automating system administration and deployment tasks.

Configuration ManagementPlaybooksSSH
0 likes · 17 min read
Master Ansible: From Basics to Advanced Automation without Agents
Efficient Ops
Efficient Ops
Oct 24, 2016 · Operations

How Bilibili Scaled Its Operations: From Chaos to Automated DevOps

In this talk, Bilibili’s operations manager shares the journey from early firefighting to a standardized, automated DevOps pipeline, covering ansible‑based configuration, high‑quality release processes, metric‑driven monitoring, and elastic Docker‑based scaling using Mesos, Marathon, Consul, and custom IPAM plugins.

DevOpsDockeransible
0 likes · 16 min read
How Bilibili Scaled Its Operations: From Chaos to Automated DevOps
MaGe Linux Operations
MaGe Linux Operations
Sep 21, 2016 · Operations

Master Ansible Playbooks: Core Components, Variables, Loops & Handlers

Ansible playbooks, a powerful configuration management tool, use YAML to define tasks, variables, inventory, conditionals, loops, and handlers; this guide explains core components, syntax, variable scopes, command-line overrides, and provides practical examples for installing services, managing users, and triggering handlers based on changes.

Configuration ManagementDevOpsPlaybooks
0 likes · 7 min read
Master Ansible Playbooks: Core Components, Variables, Loops & Handlers
DevOps Coach
DevOps Coach
Jul 24, 2016 · Cloud Native

Deploying a Bookstore Microservice on AWS with Docker, Ansible, and Vagrant

This step‑by‑step guide shows how to set up an AWS Tokyo VM, install Git and Ansible, clone microservice lifecycle and bookstore repositories, configure Vagrant, build Docker images, run tests with docker‑compose, and push the resulting images to a private registry.

DockerMicroservicesVagrant
0 likes · 16 min read
Deploying a Bookstore Microservice on AWS with Docker, Ansible, and Vagrant
Efficient Ops
Efficient Ops
Jul 12, 2016 · Operations

How AutoAMS 2.0 Automates Server Asset Management with Django and Ansible

This article describes the design, architecture, and key features of AutoAMS 2.0, an automated asset management system built with Django, Bootstrap, MySQL, and Ansible, showing how it replaces manual Excel‑based tracking, collects server and network data without agents, and streamlines permission and location management for large‑scale operations.

DevOpsDjangoansible
0 likes · 8 min read
How AutoAMS 2.0 Automates Server Asset Management with Django and Ansible

An Introduction to Ansible: Installation, Configuration, and MySQL Replication with Playbooks

This article introduces Ansible, a Python‑based configuration management and deployment tool, explains its installation prerequisites, demonstrates basic ad‑hoc commands, and provides a comprehensive guide to managing MySQL master‑slave replication using Ansible modules, playbooks, and role‑based directory structures.

Configuration ManagementDevOpsMySQL replication
0 likes · 19 min read
An Introduction to Ansible: Installation, Configuration, and MySQL Replication with Playbooks
Efficient Ops
Efficient Ops
Mar 16, 2016 · Operations

How to Build Efficient CI/CD Pipelines for Startup Ops

This article outlines practical CI/CD and DevOps guidelines for startups, covering application management standards, branch strategies, code review tools, directory layout, permission controls, configuration change processes, release policies, logging practices, and automated deployment using tools like Git, Jenkins, and Ansible.

DevOpsGitJenkins
0 likes · 14 min read
How to Build Efficient CI/CD Pipelines for Startup Ops
MaGe Linux Operations
MaGe Linux Operations
Feb 18, 2016 · Operations

Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?

After hands‑on experience with both Salt and Ansible, the author compares their terminology, architecture, community support, speed, code structure, security, auditing, deployment, learning curve, and documentation, concluding that Ansible excels in ease of use while Salt offers superior scalability and performance for cloud environments.

Configuration ManagementDevOpsansible
0 likes · 14 min read
Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2015 · Operations

Unlocking DevOps Efficiency: 30‑Minute Ansible Automation Deep Dive

This 30‑minute session introduces Ansible's core concepts, demonstrates cross‑environment automation for PHP and Java services, showcases modular playbooks, discusses practical deployment workflows, and answers common operational questions, offering a concise yet comprehensive guide for ops engineers.

DevOpsansible
0 likes · 12 min read
Unlocking DevOps Efficiency: 30‑Minute Ansible Automation Deep Dive
Efficient Ops
Efficient Ops
Aug 6, 2015 · Operations

Top 5 Must‑Read DevOps Articles of 2015: From Fabric to Chaos Monkey

This article compiles and translates a selection of the most popular DevOps blog posts from the first half of 2015, highlighting key tools such as Fabric, Ansible, Docker, and case studies from Amazon and Netflix, and provides links to the original English sources.

DevOpsFabricOperations
0 likes · 9 min read
Top 5 Must‑Read DevOps Articles of 2015: From Fabric to Chaos Monkey

An Introduction to Ansible: Installation, Basic Usage, and MySQL Replication with Playbooks

This article provides a comprehensive guide to Ansible, covering its purpose, installation via pip, ad‑hoc command usage, MySQL replication with the mysql_replication module, role‑based playbook structure, sample YAML files, execution output, and a comparison with other configuration‑management tools.

Configuration ManagementDevOpsPlaybooks
0 likes · 18 min read
An Introduction to Ansible: Installation, Basic Usage, and MySQL Replication with Playbooks
MaGe Linux Operations
MaGe Linux Operations
Jun 11, 2015 · Operations

How to Automate LAMP Stack Deployment with Ansible Roles

This guide walks you through using Ansible—an agent‑less, SSH‑based automation tool—to create reusable roles and deploy a complete LAMP platform across multiple servers, covering installation, inventory setup, SSH key authentication, directory structure, playbooks, tasks, handlers, and verification steps.

LAMPRolesServer Configuration
0 likes · 11 min read
How to Automate LAMP Stack Deployment with Ansible Roles
Efficient Ops
Efficient Ops
May 23, 2015 · Operations

Expert Insights: Puppet vs Ansible, MCollective, and Building Sustainable Startup Ops

This article compiles a Q&A from the InfoQ Efficient Ops Talk, where expert Liu Yu discusses Puppet's limitations, compares automation tools like Ansible and MCollective, and offers practical advice for startups building sustainable release pipelines and managing Windows and cloud environments.

Configuration ManagementMCollectiveOps Automation
0 likes · 11 min read
Expert Insights: Puppet vs Ansible, MCollective, and Building Sustainable Startup Ops