Tagged articles
7 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Feb 24, 2026 · Operations

Mastering Enterprise CI/CD with Ansible: A Complete Hands‑On Guide

This comprehensive guide explains how to build an enterprise‑grade CI/CD automation platform with Ansible, covering its evolution, core principles, environment setup, dynamic inventory, modular playbooks, GitLab integration, blue‑green deployments, Vault security, custom module development, real‑world case studies, performance tuning, error handling, monitoring, and testing with Molecule.

AnsibleConfiguration ManagementCustom Modules
0 likes · 25 min read
Mastering Enterprise CI/CD with Ansible: A Complete Hands‑On Guide
Ops Development & AI Practice
Ops Development & AI Practice
Mar 5, 2025 · Operations

How to Supercharge Terraform with Ansible, Packer, Vault, and Consul

This article explains how Terraform can be combined with popular DevOps tools—Ansible for configuration management, Packer for image building, Vault for secret handling, and Consul for service discovery—detailing integration steps, code examples, and the benefits of creating a cohesive, automated infrastructure pipeline.

AnsibleConsulDevOps
0 likes · 9 min read
How to Supercharge Terraform with Ansible, Packer, Vault, and Consul
Raymond Ops
Raymond Ops
Jan 14, 2025 · Operations

Mastering Ansible Vault: Secure Password Management and Encryption Techniques

This guide explains how to avoid interactive password prompts in Ansible by using Vault encryption, covering creation of encrypted files, Vault IDs, multiple password sources, string encryption, editing, rekeying, and best‑practice recommendations for managing sensitive data in playbooks.

AnsibleAutomationVault
0 likes · 17 min read
Mastering Ansible Vault: Secure Password Management and Encryption Techniques
Ops Development Stories
Ops Development Stories
Jan 27, 2021 · Information Security

Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes

This guide walks through installing HashiCorp Vault on Linux and Kubernetes, configuring it for secret management, enabling Kubernetes authentication, creating policies and roles, and accessing secrets via initContainers or the Vault SDK, providing a complete end‑to‑end secure integration.

DevOpsHashiCorpInfrastructure
0 likes · 13 min read
Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes