DevOps tools
13 Ansible tutorials tagged “DevOps tools”. Working examples covering automation, configuration management, and DevOps workflows.
Ansible Product for Lists vs Combine for Dictionaries
playbooks · 3
Learn the distinct use cases of Ansible's `product` filter for lists and `combine` filter for dictionaries. This guide offers practical examples.
Automating File Reading with Ansible
playbooks · 3
Automate reading and displaying text files in a directory with Ansible using find, slurp, and debug modules to manage file content effortlessly.
Automating PostgreSQL Configuration with Ansible Setting Maximum Connections
playbooks · 7
Learn how to use Ansible lineinfile module to configure PostgreSQL max_connections and other settings. Complete guide with playbooks for tuning.
Ansible Compare Lists — Data Check
playbooks · 3
Learn how to compare two lists in Ansible playbooks, verify their lengths, and ensure matching elements using robust filters and syntax.
Creating Custom Ansible Plugins to Fetch API Data Easily
playbooks · 3
Learn how to create custom Ansible plugins to fetch data from APIs. Enhance your automation tasks with this detailed step-by-step guide.
Enhancing Ansible Role Development with Best Practices with ansible-later
playbooks · 4
Discover ansible-later, a fast and user-friendly linting tool for Ansible roles. Learn about its installation, configuration, and default settings to.
YAML Multiline Strings — Folded & Literal
playbooks · 3
Break long strings across multiple lines in Ansible YAML. Use folded (>), literal (|), chomp indicators, and Jinja2 line breaks with examples.
How to install Ansible in Fedora 40 — Ansible install
playbooks · 4
Enhance server management on Fedora 40 with Ansible. This guide covers installing Ansible, updating system packages, and verifying the installation to.
Installing and Configuring the Ansible Code Bot
playbooks · 5
Set up Ansible Code Bot to automatically scan GitHub repos for Ansible best practices, generate fix PRs, and maintain code quality across your.
How to Pass Variables to Ansible Playbook via Command Line?
playbooks · 3
How to pass or override an Ansible Playbook variable from the command line in plaintext, JSON, or YAML. It is very useful to combine some script.
RAnsible's leadership in Forrester's evaluation validates its pivotal role in modern IT. As hybrid and multi-cloud environments grow, the need for reliable, scalable automation tools becomes critical. With tools like [Ansible Lightspeed](/articles/ansible-lightspeed-with-ibm-watson-code-assistant), which leverage AI for faster playbook creation, Red Hat continues to innovate, ensuring that Ansible remains indispensable.d Hat Ansible: Forrester Wave Market Leader Q4 2024
playbooks · 3
Discover how Red Hat Ansible leads automation in Forrester Wave Q4 2024. Learn why Ansible is essential for IT professionals in 2024 and beyond.
Simplify Disk Management with Ansible Quota Module
playbooks · 3
Learn how to use the Ansible quota module to automate disk space quotas for users and groups, ensuring efficient resource management.
Ansible JSON Parsing — Filter & Transform
playbooks · 4
Parse, filter, and transform JSON data in Ansible playbooks. Use json_query, from_json, to_json, and JMESPath expressions with practical examples.