IaC
33 Ansible tutorials tagged “IaC”. 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.
Ansible vs Terraform — Key Differences Explained
playbooks · 5
Ansible vs Terraform comparison — understand when to use each tool, key differences in state management and execution, and how to combine them for.
Automating Jenkins Installation with Ansible
playbooks · 4
Automate Jenkins installation effortlessly with Ansible. This playbook guides through installing Java, adding Jenkins repository, and configuring.
Automating depmod with Ansible
playbooks · 3
Learn how to automate the depmod command using Ansible for streamlined kernel module management. Tested on real machines with clear, copy-paste examples.
Can Ansible Automate Windows?
playbooks · 4
Learn how Ansible can automate Windows systems, its requirements, supported modules, and use cases for streamlining Windows administration tasks.
Can Ansible Be Used for Deployment?
playbooks · 3
Learn how Ansible can be used for application deployment, its capabilities, and best practices for automating deployment workflows.
Can Ansible Be Used for Monitoring?
playbooks · 4
Explore how Ansible can be used to automate monitoring setups, deploy monitoring tools, and collect system metrics for infrastructure management.
Ansible Windows — WinRM Modules
playbooks · 3
Manage Windows servers with Ansible over WinRM. Install packages, configure IIS, manage users, and automate updates with native Windows modules.
Can Ansible Create VMs?
playbooks · 3
Learn how Ansible can create virtual machines in cloud and on-premises environments, including examples and best practices.
Can Ansible Install an OS?
playbooks · 4
Use Ansible to automate OS installation with PXE boot, Kickstart, Preseed, and cloud-init. Bare-metal provisioning and VM deployment patterns.
Can Ansible Manage Windows Hosts?
playbooks · 3
Learn how Ansible manages Windows hosts, its requirements, and use cases for automating tasks on Windows systems. With tested, real-world examples.
Can Ansible Manage Windows?
playbooks · 3
Discover how Ansible manages Windows systems, its requirements, and the modules available for automation tasks. With clear, copy-paste, step-by-step examples.
Ansible vs Jenkins: Key Differences and When to Use Each
playbooks · 3
Ansible vs Jenkins compared — learn the key differences, strengths, and when to use each tool. Can Ansible replace Jenkins for CI/CD and automation?
Can Ansible Replace Terraform?
playbooks · 3
Understand the differences between Ansible and Terraform, and whether Ansible can fully replace Terraform in managing infrastructure.
Can Ansible Run PowerShell Scripts?
playbooks · 3
Learn how Ansible can run PowerShell scripts on Windows systems, including setup requirements, examples, and best practices.
Can Ansible Run Python Scripts?
playbooks · 4
Learn how Ansible can execute Python scripts on target systems, its requirements, and examples for automating Python-based workflows.
Can Ansible Run on Ubuntu?
playbooks · 3
Discover how to install and use Ansible on Ubuntu for automating infrastructure and application tasks with ease. With clear, copy-paste, step-by-step examples.
Can Ansible Run on Windows?
playbooks · 3
Explore whether Ansible can run on Windows, its requirements, and how to configure Ansible on a Windows machine for automation workflows.
Can Ansible Work on Windows?
playbooks · 3
Learn how Ansible can manage and automate Windows systems, including setup, modules, and best practices. With tested, real-world examples.
Create Network Infrastructure on AWS using Ansible Modules
playbooks · 8
Learn how to take advantage of Infrastructure as Code to create our own infrastructure on-demand on Amazon Web Services (AWS) using the Ansible amazon.aws.
Ansible OPA Policy Validation
playbooks · 4
A comprehensive guide to setting up and using the Ansible Policy tool for managing policies in your Ansible projects and create effective Rolebook.
What Are Ansible Collections?
playbooks · 3
Learn about Ansible collections, their purpose, structure, and how they simplify modular automation with reusable content.
What Are Ansible Facts?
playbooks · 3
Explore Ansible facts, their role in automation, and how they provide critical information about managed nodes to enhance playbook flexibility.
What Are Ansible Handlers?
playbooks · 3
Learn what Ansible handlers are, their purpose, and how they enable efficient task execution in playbooks. With tested, real-world examples.
What Are Ansible Modules?
playbooks · 3
Discover the purpose of Ansible modules, how they function, and why they are essential building blocks for automation with Ansible.
What Is an Ansible Playbook? Examples & How It Works
playbooks · 3
Learn Ansible playbooks: YAML automation of infrastructure. Covers structure, variables, handlers, conditionals, loops, and best practices with examples.
What Are Ansible Plugins?
playbooks · 3
Learn what Ansible plugins are, their types, and how they extend Ansible's functionality to enhance automation workflows.
Ansible Tags — Run or Skip Tasks
playbooks · 3
Use Ansible tags to selectively run or skip tasks. Examples with --tags, --skip-tags, always, never, and tag inheritance in roles and includes.
Ansible template — Jinja2 Module
playbooks · 3
Use Ansible template module with Jinja2 to generate dynamic configuration files. Variables, loops, conditionals, and filters with playbook examples.
What Are Ansible Variables?
playbooks · 3
Learn about Ansible variables, their purpose, types, and how they enhance the flexibility of playbooks in automation workflows.
Where Are Ansible Collections Installed?
modules · 3
Find where Ansible collections are installed, configure COLLECTIONS_PATHS, and manage multiple collection locations. Default paths for all platforms.
Where Are Ansible Logs Stored?
playbooks · 3
Discover where Ansible logs are stored, how to enable logging, and best practices for managing Ansible logs in automation workflows.
Where Are Ansible Playbooks Stored?
playbooks · 3
Where to store Ansible playbooks, recommended directory structures, and best practices for organizing roles, inventories, and group_vars.