ansible Development

10 Ansible tutorials tagged “ansible Development”. Working examples covering automation, configuration management, and DevOps workflows.

Ansible Development: A Comprehensive Guide

playbooks · 4

Learn how to automate IT tasks using Ansible, covering everything from installation to advanced integration with Kubernetes and cloud services.

Advanced

Ansible Lightspeed Complete Guide: AI-Powered Automation with IBM watsonx

playbooks · 8

Complete guide to Ansible Lightspeed with IBM watsonx Code Assistant. Learn setup, features, model customization, prompt engineering, and how it.

Beginner

Ansible Troubleshooting: Handling Common Errors

playbooks · 11

Fix the 'run_once may behave differently if strategy is free' warning. Understand run_once with serial, strategy, and delegate_to patterns.

Advanced

Automate CLI Interactions in Ansible with the expect Module

playbooks · 6

Use the Ansible expect module to automate interactive CLI prompts. Complete guide with pexpect setup, password prompts, multiple responses, timeout.

Advanced

Ansible VS Code Extension — Dev Setup

playbooks · 6

Complete guide to setting up VS Code for Ansible development. Install the Red Hat extension, configure YAML, enable Lightspeed AI, and master keyboard.

Advanced

Ansible no_log — Hide Sensitive Data

playbooks · 6

Complete guide to Ansible no_log directive. Learn how to hide passwords, API keys, and secrets from playbook output. Includes examples, debugging tips,.

Beginner

Top Tools for Writing and Testing Ansible Content Efficiently

playbooks · 3

Discover essential tools for Ansible development: VSCode extension, Language Server, Ansible-Lint, Molecule, and Ansible-Navigator for efficient.

Advanced

Streamline Ansible Development with Auto-Fixing FCQN Violations

playbooks · 8

Learn how to use ansible-lint to automatically fix FCQN rule violations in Ansible playbooks, ensuring consistent, high-quality automation code.

Advanced

Ansible VSCode Extension — Install

playbooks · 5

Install and configure the Red Hat Ansible extension for Visual Studio Code. Syntax highlighting, autocompletion, linting, and playbook execution.

Advanced

Install Minikube with Ansible — Local Kubernetes Setup Guide

playbooks · 5

Install and configure Minikube with Ansible for local Kubernetes development. Complete guide with Galaxy role, manual installation, cluster management,.

Intermediate