<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>AnsiblePilot — Master Ansible Automation</title>
  <link>https://www.ansiblepilot.com/</link>
  <atom:link href="https://www.ansiblepilot.com/feed.xml" rel="self" type="application/rss+xml" />
  <description>Latest Ansible tutorials, DevOps guides, and infrastructure-as-code articles by Luca Berton.</description>
  <language>en-US</language>
  <lastBuildDate>Fri, 03 Apr 2026 12:00:00 GMT</lastBuildDate>
  <generator>AnsiblePilot generate-rss.cjs</generator>
  <image>
    <url>https://www.ansiblepilot.com/logo.png</url>
    <title>AnsiblePilot</title>
    <link>https://www.ansiblepilot.com/</link>
  </image>
  <item>
    <title>Ansible AWS: Complete Guide to Cloud Automation (2026)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-aws-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-aws-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible aws</category>
      <category>cloud</category>
      <category>ec2</category>
      <category>s3</category>
      <category>amazon.aws</category>
      <category>devops</category>
    <description>Complete guide to automating AWS with Ansible. Manage EC2, S3, IAM, VPC, RDS, and Lambda with amazon.aws collection and practical examples.</description>
  </item>
  <item>
    <title>Ansible Become: Privilege Escalation with sudo, su &amp; runas (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-become-privilege-escalation-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-become-privilege-escalation-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible become</category>
      <category>privilege escalation</category>
      <category>sudo</category>
      <category>security</category>
      <category>ansible.cfg</category>
      <category>become</category>
    <description>Master ansible become for privilege escalation. Configure sudo, su, runas with become_user, become_method, become_password.</description>
  </item>
  <item>
    <title>Ansible check_mode: Dry Run &amp; Test Playbooks Without Making Changes</title>
    <link>https://www.ansiblepilot.com/articles/ansible-check-mode-dry-run-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-check-mode-dry-run-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible check mode</category>
      <category>dry run</category>
      <category>testing</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to use Ansible check_mode for dry run testing. Run playbooks safely without changes, use --check --diff, test idempotency. Practical YAML playbook examples.</description>
  </item>
  <item>
    <title>Ansible when Conditional: Complete Guide with Examples</title>
    <link>https://www.ansiblepilot.com/articles/ansible-conditionals-when-statement-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-conditionals-when-statement-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible when</category>
      <category>conditionals</category>
      <category>playbook logic</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>Complete guide to Ansible when conditionals. Use when statements with facts, variables, registered results, and complex boolean logic in playbooks.</description>
  </item>
  <item>
    <title>ansible.builtin.cron Module: Schedule Cron Jobs &amp; Tasks (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-cron-module-schedule-tasks-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-cron-module-schedule-tasks-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible cron</category>
      <category>scheduling</category>
      <category>system administration</category>
      <category>ansible modules</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to manage cron jobs with Ansible cron module (ansible.builtin.cron). Create, modify, remove scheduled tasks, set cron variables.</description>
  </item>
  <item>
    <title>Ansible Docker: Complete Guide to Container Automation (2026)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-docker-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-docker-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible docker</category>
      <category>containers</category>
      <category>docker</category>
      <category>devops</category>
      <category>community.docker</category>
      <category>ansible</category>
    <description>Complete guide to automating Docker with Ansible. Manage containers, images, networks, volumes, and docker-compose with community.docker collection.</description>
  </item>
  <item>
    <title>Ansible Handlers: Trigger Tasks on Change (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-handlers-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-handlers-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible handlers</category>
      <category>notify</category>
      <category>playbook optimization</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to use Ansible handlers for event-driven task execution. Trigger handlers with notify, flush handlers, listen directive, multiple handlers.</description>
  </item>
  <item>
    <title>Ansible ignore_errors: Handle Task Failures (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-ignore-errors-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-ignore-errors-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible error handling</category>
      <category>ignore_errors</category>
      <category>failed_when</category>
      <category>block rescue</category>
      <category>ansible core</category>
      <category>ansible</category>
    <description>Complete guide to Ansible ignore_errors. Handle task failures gracefully, use failed_when, rescue blocks, and control error behavior in playbooks.</description>
  </item>
  <item>
    <title>Ansible Inventory: Complete Guide to INI, YAML &amp; Dynamic Inventory</title>
    <link>https://www.ansiblepilot.com/articles/ansible-inventory-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-inventory-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible inventory</category>
      <category>infrastructure</category>
      <category>ansible core</category>
      <category>configuration</category>
      <category>ansible</category>
      <category>automation</category>
    <description>Complete guide to Ansible inventory. Create INI and YAML inventories, use groups, variables, dynamic inventory plugins, and manage multi-environment setups.</description>
  </item>
  <item>
    <title>Ansible loop_control: Control Loop Output, Labels &amp; Pauses (Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-loop-control-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-loop-control-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible loop_control</category>
      <category>loops</category>
      <category>playbook optimization</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to use Ansible loop_control to customize loop behavior. Set labels, limit output with loop_var, add pauses between iterations, index tracking.</description>
  </item>
  <item>
    <title>Ansible Loops: Complete Guide with loop, with_items &amp; Examples</title>
    <link>https://www.ansiblepilot.com/articles/ansible-loops-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-loops-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible loops</category>
      <category>with_items</category>
      <category>iteration</category>
      <category>playbook logic</category>
      <category>ansible core</category>
      <category>ansible</category>
    <description>Complete guide to Ansible loops. Use loop, with_items, with_dict, loop_control, and complex iteration patterns with practical examples.</description>
  </item>
  <item>
    <title>Ansible Nginx: Install, Configure &amp; Automate (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-nginx-automation-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-nginx-automation-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible nginx</category>
      <category>web server</category>
      <category>reverse proxy</category>
      <category>ssl</category>
      <category>configuration management</category>
      <category>install</category>
    <description>Complete guide to Ansible Nginx automation. Install Nginx, manage virtual hosts, SSL certificates, reverse proxy, and load balancing with examples.</description>
  </item>
  <item>
    <title>Ansible split Filter: Split Strings into Lists (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-split-filter-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-split-filter-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible split</category>
      <category>jinja2 filters</category>
      <category>string manipulation</category>
      <category>ansible filters</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to split strings into lists with Ansible split filter. Split by delimiter, whitespace, regex. Convert CSV to lists, parse output.</description>
  </item>
  <item>
    <title>ansible.builtin.template Module: Deploy Jinja2 Templates (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-template-module-jinja2-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-template-module-jinja2-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible template</category>
      <category>jinja2</category>
      <category>configuration management</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>Complete guide to ansible.builtin.template module. Deploy Jinja2 templates with variables, loops, conditionals to remote hosts.</description>
  </item>
  <item>
    <title>Ansible for Windows: Complete Guide to Managing Windows Hosts</title>
    <link>https://www.ansiblepilot.com/articles/ansible-windows-management-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-windows-management-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible windows</category>
      <category>winrm</category>
      <category>windows automation</category>
      <category>powershell</category>
      <category>ansible.windows</category>
      <category>windows</category>
    <description>Master Ansible for Windows automation. Setup WinRM connection, use win_command, win_shell, win_file, win_service modules. Complete guide with examples.</description>
  </item>
  <item>
    <title>ansible.builtin.file Module: Manage Files, Directories &amp; Symlinks (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-builtin-file-module-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-builtin-file-module-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible.builtin.file</category>
      <category>file management</category>
      <category>linux</category>
      <category>permissions</category>
      <category>ansible modules</category>
      <category>ansible</category>
    <description>Complete guide to ansible.builtin.file module. Create, delete, modify files and directories, set permissions, ownership, symlinks, SELinux context.</description>
  </item>
  <item>
    <title>Ansible from_json &amp; to_json Filters: Parse &amp; Convert JSON (Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-from-json-and-to-json-filters-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-from-json-and-to-json-filters-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible from_json</category>
      <category>ansible to_json</category>
      <category>json</category>
      <category>data manipulation</category>
      <category>jinja2 filters</category>
      <category>ansible</category>
    <description>How to use Ansible from_json and to_json filters. Parse JSON strings, convert variables to JSON, process API responses, and write JSON files with examples.</description>
  </item>
  <item>
    <title>Ansible Multiline Strings: YAML Block Scalars | and &gt; (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-multiline-string-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-multiline-string-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible multiline</category>
      <category>yaml</category>
      <category>playbook syntax</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to write multiline strings in Ansible YAML. Literal block (|), folded block (&gt;), chomp indicators, and practical examples for shell commands and templates.</description>
  </item>
  <item>
    <title>ansible.builtin.set_fact Module: Set Variables Dynamically (Complete Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-set-fact-module-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-set-fact-module-complete-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible.builtin.set_fact</category>
      <category>variables</category>
      <category>facts</category>
      <category>ansible core</category>
      <category>ansible</category>
      <category>automation</category>
    <description>Complete guide to ansible.builtin.set_fact module. Set variables dynamically during playbook execution, cache facts across plays, use with conditionals.</description>
  </item>
  <item>
    <title>Ansible to_yaml &amp; to_nice_yaml Filters: Format Data as YAML (Guide)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-to-nice-yaml-filter-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-to-nice-yaml-filter-guide</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible to_nice_yaml</category>
      <category>yaml</category>
      <category>jinja2 filters</category>
      <category>data manipulation</category>
      <category>ansible</category>
      <category>automation</category>
    <description>How to format data as YAML in Ansible with to_yaml, to_nice_yaml, from_yaml filters. Convert dicts and lists to YAML strings. Practical Jinja2 YAML examples.</description>
  </item>
  <item>
    <title>Ansible Documentation: Complete Reference &amp; Quick Start Guide (2026)</title>
    <link>https://www.ansiblepilot.com/articles/ansible-documentation</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/ansible-documentation</guid>
    <pubDate>Sat, 29 Jun 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible documentation</category>
      <category>ansible core</category>
      <category>getting started</category>
      <category>reference</category>
      <category>ansible</category>
      <category>automation</category>
    <description>Your complete Ansible documentation hub. Quick-start guides, module reference, playbook examples, and links to official docs. Everything you need in one place.</description>
  </item>
  <item>
    <title>10 Proven Methods to Optimize Ansible Playbook Performance</title>
    <link>https://www.ansiblepilot.com/articles/10-ways-to-speed-up-your-ansible-playbooks</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/10-ways-to-speed-up-your-ansible-playbooks</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>internal</category>
      <category>callback</category>
      <category>plugins</category>
      <category>tip</category>
      <category>tricks</category>
    <description>Discover 10 practical techniques to boost Ansible Playbook performance, from disabling fact gathering to optimizing SSH settings for faster execution.</description>
  </item>
  <item>
    <title>Ansible for PostgreSQL: PGMeetUp Bari 2022 Highlights</title>
    <link>https://www.ansiblepilot.com/articles/10-06-2022-ansible-for-postgresql-pgmeetup-bari-2022</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/10-06-2022-ansible-for-postgresql-pgmeetup-bari-2022</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>news</category>
      <category>conference</category>
      <category>community</category>
      <category>virtual</category>
      <category>postgresql</category>
    <description>Don't miss the PGMeetUp Bari 2022! Discover insights on Ansible for PostgreSQL on June 10th with speaker Luca Berton. Register now for this free event.</description>
  </item>
  <item>
    <title>Build Ansible Pilot Community: Ansible Anwendertreffen 2022</title>
    <link>https://www.ansiblepilot.com/articles/15-02-2022-from-zero-to-hero-how-to-build-the-ansible-pilot-community-ansible-anwendertreffe</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/15-02-2022-from-zero-to-hero-how-to-build-the-ansible-pilot-community-ansible-anwendertreffe</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>news</category>
      <category>conference</category>
      <category>community</category>
      <category>virtual</category>
      <category>germany</category>
    <description>Save the date! Join Luca Berton on February 15, 2022, at Ansible Anwendertreffen for insights on building the Ansible Pilot Community.</description>
  </item>
  <item>
    <title>Official Recording Ansible Pilot Community: Ansible Anwendertreffen 2022</title>
    <link>https://www.ansiblepilot.com/articles/15-02-2022-from-zero-to-hero-how-to-build-the-ansible-pilot-community-ansible-anwendertreffen</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/15-02-2022-from-zero-to-hero-how-to-build-the-ansible-pilot-community-ansible-anwendertreffen</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>news</category>
      <category>conference</category>
      <category>community</category>
      <category>virtual</category>
      <category>germany</category>
    <description>Official Recording! Join Luca Berton on February 15, 2022, at Ansible Anwendertreffen for insights on building the Ansible Pilot Community.</description>
  </item>
  <item>
    <title>Luca Berton on 2023's Skills-Based Economy &amp; 2024 Automation Goals</title>
    <link>https://www.ansiblepilot.com/articles/a-journey-with-luca-berton-in-the-skills-based-economy</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/a-journey-with-luca-berton-in-the-skills-based-economy</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>luca berton</category>
      <category>ansible pilot</category>
      <category>automation</category>
      <category>skills-based economy</category>
      <category>technology transformation</category>
      <category>it industry</category>
    <description>Explore Luca Berton reflections on 2023 skills-based economy and his ambitious goals for 2024. Stay informed on the latest in IT automation and learning.</description>
  </item>
  <item>
    <title>A Preview of Ansible Journey in 2024</title>
    <link>https://www.ansiblepilot.com/articles/a-preview-of-ansible-journey-in-2024</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/a-preview-of-ansible-journey-in-2024</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>it automation</category>
      <category>open source</category>
      <category>red hat</category>
      <category>automation platform</category>
      <category>release cycle</category>
    <description>Explore Ansible role in IT automation with insights into its core releases, community engagement, and upcoming events in 2024.</description>
  </item>
  <item>
    <title>AI-Assisted Inventory Generation in AAP 2.6 — Developer Preview</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-ai-assisted-inventory-generation</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-ai-assisted-inventory-generation</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>ai</category>
      <category>inventory</category>
      <category>lightspeed</category>
      <category>developer preview</category>
      <category>ansible</category>
    <description>Explore the new AI-assisted inventory generation feature in AAP 2.6 that automatically creates validated inventory files from natural language descriptions.</description>
  </item>
  <item>
    <title>Ansible Automation Platform 2.6 Architecture and Components: Complete Guide</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-architecture-components-complete-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-architecture-components-complete-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>platform gateway</category>
      <category>automation controller</category>
      <category>automation hub</category>
    <description>Complete guide to AAP 2.6 architecture and components: Platform Gateway, Automation Controller, Hub, EDA Controller, Automation Mesh, Execution Environments.</description>
  </item>
  <item>
    <title>How to Use the AAP 2.6 Automation Dashboard to Measure ROI</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-automation-dashboard-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-automation-dashboard-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>automation dashboard</category>
      <category>roi</category>
      <category>metrics</category>
      <category>reporting</category>
      <category>ansible</category>
    <description>Learn how to use the new automation dashboard in Ansible Automation Platform 2.6 to track ROI, monitor job success rates, and report automation value.</description>
  </item>
  <item>
    <title>Key Metrics and KPIs to Track in the AAP 2.6 Automation Dashboard</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-automation-dashboard-metrics-and-kpis</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-automation-dashboard-metrics-and-kpis</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>metrics</category>
      <category>kpis</category>
      <category>automation dashboard</category>
      <category>roi</category>
      <category>ansible</category>
    <description>Which metrics and KPIs to monitor in the AAP 2.6 automation dashboard to demonstrate value, optimize resources, and drive automation adoption.</description>
  </item>
  <item>
    <title>AAP 2.6 Automation Mesh: Distributed Execution Across Sites and Networks</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-automation-mesh-distributed-execution-across-sites-networks</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-automation-mesh-distributed-execution-across-sites-networks</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>automation mesh</category>
      <category>receptor</category>
      <category>execution nodes</category>
    <description>Deploy and manage Automation Mesh in AAP 2.6 for distributed automation across data centers, DMZs, and cloud regions.</description>
  </item>
  <item>
    <title>AAP 2.6 Backup, Restore, and Disaster Recovery Guide</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-backup-restore-disaster-recovery-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-backup-restore-disaster-recovery-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>backup</category>
      <category>restore</category>
      <category>disaster recovery</category>
    <description>Complete guide to backup, restore, and disaster recovery for AAP 2.6. Protect Automation Controller, Hub, EDA, and Platform Gateway data.</description>
  </item>
  <item>
    <title>AAP 2.6 CI/CD Pipeline Integration: GitOps Workflows with Jenkins, GitLab, and GitHub Actions</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-cicd-pipeline-integration-jenkins-gitlab-github-actions</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-cicd-pipeline-integration-jenkins-gitlab-github-actions</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>ci/cd</category>
      <category>gitops</category>
      <category>jenkins</category>
    <description>Integrate AAP 2.6 into CI/CD pipelines with Jenkins, GitLab CI, and GitHub Actions. GitOps workflows, webhook triggers, Infrastructure as Code testing.</description>
  </item>
  <item>
    <title>AAP 2.6 Cloud Automation: AWS, Azure, and GCP with Ansible</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-cloud-automation-aws-azure-gcp-multi-cloud-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-cloud-automation-aws-azure-gcp-multi-cloud-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>cloud automation</category>
      <category>aws</category>
      <category>azure</category>
    <description>Automate multi-cloud infrastructure with AAP 2.6. Provision and manage AWS EC2, Azure VMs, GCP instances, Kubernetes clusters, and cloud-native services.</description>
  </item>
  <item>
    <title>AAP 2.6 Compliance and Audit: CIS Benchmarks, STIG, and Regulatory Automation</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-compliance-audit-cis-stig-regulatory-automation</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-compliance-audit-cis-stig-regulatory-automation</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>compliance</category>
      <category>cis benchmarks</category>
      <category>stig</category>
    <description>Automate compliance auditing and remediation with AAP 2.6. Implement CIS benchmarks, DISA STIGs, PCI-DSS, HIPAA, and SOX controls using Ansible playbooks.</description>
  </item>
  <item>
    <title>Configuration as Code with ansible.platform Collection in AAP 2.6</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-configuration-as-code-with-ansible-platform</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-configuration-as-code-with-ansible-platform</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>configuration as code</category>
      <category>ansible.platform</category>
      <category>iac</category>
      <category>gitops</category>
      <category>ansible</category>
    <description>How to manage your AAP 2.6 deployment as code using the new ansible.platform collection with unified RBAC and standardized variables.</description>
  </item>
  <item>
    <title>AAP 2.6 Credential Management: Vaults, External Secrets, and Machine Credentials</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-credential-management-vaults-external-secrets-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-credential-management-vaults-external-secrets-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>credentials</category>
      <category>vault</category>
      <category>secrets management</category>
    <description>Master credential management in AAP 2.6: machine credentials, vault passwords, cloud credentials, custom credential types, external secret backends (HashiCorp.</description>
  </item>
  <item>
    <title>Event-Driven Ansible Enhancements in AAP 2.6 — What's New</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-event-driven-ansible-enhancements</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-event-driven-ansible-enhancements</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>event-driven ansible</category>
      <category>eda</category>
      <category>kafka</category>
      <category>hashicorp vault</category>
      <category>ansible</category>
    <description>Explore the Event-Driven Ansible improvements in AAP 2.6 including external secret management, Kafka enhancements, and EDA-triggered job labeling.</description>
  </item>
  <item>
    <title>AAP 2.6 Execution Environments: Build, Manage, and Deploy Custom EEs</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-execution-environments-build-manage-deploy-custom-ees</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-execution-environments-build-manage-deploy-custom-ees</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>execution environments</category>
      <category>ansible-builder</category>
      <category>automation hub</category>
    <description>Complete guide to Execution Environments in AAP 2.6. Build custom EEs with ansible-builder, manage images in Private Automation Hub, troubleshoot dependency.</description>
  </item>
  <item>
    <title>Integrating HashiCorp Vault with Event-Driven Ansible in AAP 2.6</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-hashicorp-vault-integration-with-eda</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-hashicorp-vault-integration-with-eda</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>hashicorp vault</category>
      <category>eda</category>
      <category>secrets management</category>
      <category>security</category>
      <category>ansible</category>
    <description>Step-by-step guide to integrating HashiCorp Vault for external secret management with Event-Driven Ansible in AAP 2.6.</description>
  </item>
  <item>
    <title>AAP 2.6 Job Scheduling and Capacity Planning Guide</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-job-scheduling-capacity-planning-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-job-scheduling-capacity-planning-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>capacity planning</category>
      <category>job scheduling</category>
      <category>performance</category>
    <description>Plan and optimize AAP 2.6 capacity for enterprise workloads. Job scheduling strategies, instance group sizing, fork tuning, concurrent job limits, database.</description>
  </item>
  <item>
    <title>AAP 2.6 Job Templates and Inventories: Complete Configuration Guide</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-job-templates-inventories-complete-configuration-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-job-templates-inventories-complete-configuration-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>job templates</category>
      <category>inventories</category>
      <category>automation controller</category>
    <description>Configure job templates and inventories in AAP 2.6: static and dynamic inventories, smart inventories, job template surveys, scheduling, notification.</description>
  </item>
  <item>
    <title>Enhanced Kafka Integration for Event-Driven Ansible in AAP 2.6</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-kafka-integration-for-event-driven-ansible</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-kafka-integration-for-event-driven-ansible</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>kafka</category>
      <category>eda</category>
      <category>event-driven</category>
      <category>message queue</category>
      <category>ansible</category>
    <description>How to use the enhanced Kafka support in AAP 2.6 with multiple topics, wildcards, and improved reliability for event-driven automation.</description>
  </item>
  <item>
    <title>Getting Started with Ansible Lightspeed Intelligent Assistant in AAP 2.6</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-lightspeed-intelligent-assistant</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-lightspeed-intelligent-assistant</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>ansible lightspeed</category>
      <category>ai</category>
      <category>generative ai</category>
      <category>intelligent assistant</category>
      <category>ansible</category>
    <description>Guide to using the new Ansible Lightspeed intelligent assistant in AAP 2.6 for AI-powered troubleshooting, onboarding, and day-to-day platform management.</description>
  </item>
  <item>
    <title>AAP 2.6 Migration from AWX: Complete Upgrade and Data Migration Guide</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-migration-from-awx-complete-upgrade-data-migration-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-migration-from-awx-complete-upgrade-data-migration-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>awx</category>
      <category>migration</category>
      <category>upgrade</category>
    <description>Migrate from AWX to AAP 2.6 with zero data loss. Export inventories, credentials, job templates, workflows, and schedules.</description>
  </item>
  <item>
    <title>AAP 2.6 Monitoring and Logging: Prometheus, Grafana, and Log Aggregation</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-monitoring-logging-prometheus-grafana-guide</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-monitoring-logging-prometheus-grafana-guide</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>monitoring</category>
      <category>prometheus</category>
      <category>grafana</category>
    <description>Monitor AAP 2.6 with Prometheus metrics, Grafana dashboards, and centralized logging. Track job performance, mesh health, capacity planning, and alerting.</description>
  </item>
  <item>
    <title>AAP 2.6 Multi-Tenancy: Organizations, Teams, and RBAC at Scale</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-multi-tenancy-organizations-teams-rbac-at-scale</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-multi-tenancy-organizations-teams-rbac-at-scale</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>multi-tenancy</category>
      <category>rbac</category>
      <category>organizations</category>
    <description>Implement multi-tenancy in AAP 2.6 with organizations, teams, role-based access control, and resource isolation.</description>
  </item>
  <item>
    <title>AAP 2.6 Network Automation: Cisco, Arista, Juniper, and Multi-Vendor Management</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-network-automation-cisco-arista-juniper-multi-vendor</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-network-automation-cisco-arista-juniper-multi-vendor</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>ansible</category>
      <category>aap 2.6</category>
      <category>ansible automation platform</category>
      <category>network automation</category>
      <category>cisco</category>
      <category>arista</category>
    <description>Automate network infrastructure with AAP 2.6. Configure Cisco IOS/NX-OS, Arista EOS, Juniper Junos, and multi-vendor environments.</description>
  </item>
  <item>
    <title>New Collections and Integrations in Ansible Automation Platform 2.6</title>
    <link>https://www.ansiblepilot.com/articles/aap-2-6-new-collections-and-integrations</link>
    <guid isPermaLink="true">https://www.ansiblepilot.com/articles/aap-2-6-new-collections-and-integrations</guid>
    <pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
    <dc:creator>Luca Berton</dc:creator>
      <category>aap 2.6</category>
      <category>collections</category>
      <category>integrations</category>
      <category>networking</category>
      <category>cloud</category>
      <category>aiops</category>
    <description>Overview of new Ansible collections and strategic integrations in AAP 2.6 including networking, cloud, infrastructure, and AIOps domains.</description>
  </item>
</channel>
</rss>
