AnsiblePilot — Master Ansible Automation

AnsiblePilot is the leading resource for learning Ansible automation, DevOps, and infrastructure as code. Browse over 1,400 tutorials covering Ansible modules, playbooks, roles, collections, and real-world examples. Whether you are a beginner or an experienced engineer, our step-by-step guides help you automate Linux, Windows, cloud, containers, and network infrastructure.

Popular Topics

About Luca Berton

Luca Berton is an Ansible automation expert, author of 8 Ansible books published by Apress and Leanpub including "Ansible for VMware by Examples" and "Ansible for Kubernetes by Example", and creator of the Ansible Pilot YouTube channel. He shares practical automation knowledge through tutorials, books, and video courses to help IT professionals and DevOps engineers master infrastructure automation.

Setting Up the Self-Service Automation Portal in AAP 2.6

By Luca Berton · Published 2024-01-01 · Category: database-automation

How to configure and use the new self-service automation portal in Ansible Automation Platform 2.6 to scale automation delivery across your organization.

Setting Up the Self-Service Automation Portal in AAP 2.6

Introduction

One of the biggest challenges in enterprise automation is scaling beyond the initial automation team. The new self-service automation portal in AAP 2.6 addresses this by providing a simplified interface for domain subject matter experts to run pre-approved automation without Ansible experience.

See also: Using the AAP 2.6 Self-Service Portal for Network Automation

The Problem: Automation Bottlenecks

Many organizations face a common pattern: • A small team of Ansible experts builds automation • Other teams need to consume that automation • Requests pile up, creating bottlenecks • Custom portals or integrations are built (and maintained) to bridge the gap

The self-service portal eliminates this bottleneck entirely.

How the Portal Works

For Platform Admins

As a platform administrator, you can: Define automation use cases — Select which job templates are available through the portal Set access permissions — Control who can see and run specific automations Sync existing content — Your existing automation content is automatically available Maintain governance — Full audit trail and compliance controls

For Domain Experts

As a domain subject matter expert (e.g., network engineer, database admin), you get: Guided forms — Step-by-step forms automatically generated from job templates Point-and-click execution — No command line or Ansible knowledge required Real-time status — Watch automation progress and results Relevant content only — See only the automations relevant to your role

See also: What's New in Ansible Automation Platform 2.6 — Official Video Overview

Setting Up the Portal

Step 1: Enable the Portal

The self-service portal is included in AAP 2.6. Enable it through the platform settings:

# Navigate to Settings > Self-Service Portal
# Enable the portal and configure the base URL

Step 2: Publish Job Templates

Select which job templates should be available in the portal: • Choose templates that are well-tested and production-ready • Add clear descriptions and labels • Configure required survey variables

Step 3: Configure Access

Use the platform gateway's RBAC to control access: • Create portal-specific roles • Assign users to appropriate automation categories • Set up approval workflows if needed

Best Practices

Start small — Begin with 5-10 well-documented automations • Clear naming — Use descriptive names that non-Ansible users understand • Survey design — Keep survey variables simple with helpful descriptions and defaults • Feedback loop — Collect user feedback to improve the portal experience

See also: AI-Assisted Inventory Generation in AAP 2.6 — Developer Preview

Conclusion

The self-service portal transforms AAP from an expert tool into an enterprise automation platform. By empowering domain experts to consume automation directly, organizations can dramatically increase their automation adoption and ROI.

For more Ansible tutorials and guides, explore the complete article collection on Ansible Pilot.

Related Articles

rendering files with Ansible templaterole directory layout in Ansiblenested loops in Ansible

Category: database-automation

Browse all Ansible tutorials · AnsiblePilot Home