ABU Red Hat Ansible Automation Platform Technical Deck.pptx

5 views 85 slides May 05, 2025
Slide 1
Slide 1 of 85
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44
Slide 45
45
Slide 46
46
Slide 47
47
Slide 48
48
Slide 49
49
Slide 50
50
Slide 51
51
Slide 52
52
Slide 53
53
Slide 54
54
Slide 55
55
Slide 56
56
Slide 57
57
Slide 58
58
Slide 59
59
Slide 60
60
Slide 61
61
Slide 62
62
Slide 63
63
Slide 64
64
Slide 65
65
Slide 66
66
Slide 67
67
Slide 68
68
Slide 69
69
Slide 70
70
Slide 71
71
Slide 72
72
Slide 73
73
Slide 74
74
Slide 75
75
Slide 76
76
Slide 77
77
Slide 78
78
Slide 79
79
Slide 80
80
Slide 81
81
Slide 82
82
Slide 83
83
Slide 84
84
Slide 85
85

About This Presentation

ansible


Slide Content

What this deck is not for? Business level discussions, or to be sent to customers without a discussion. Google Slides source link (Red Hat internal): https://docs.google.com/presentation/d/1sa_O12EIRG-fdChArYJf9HZe6wKDfqjnIAiH3udL39s Feedback / Suggestions Please send all feedback and suggestions to [email protected] . Use the slide deck name as the reference. Owner: Ansible MBU, [email protected] Ansible Deck Finder: https://ansible.github.io/slides/ Name: Ansible Automation Platform - Technical Deck Purpose: These additional slides are for crafting technical conversations with a customer after an account executive has established a sales pitch. It is not recommended to present the complete deck but to select slides based on the audience. The presentation length should be between 45 - 60 minutes . These can be focused on individual platform components, persona workflows, or used for deep dives. Last updated: 16 March 2023 (check history for older versions) What this deck is for? Technical level conversation with customers covering Ansible Automation Platform 2. ‹#› Overview How to use this deck

Red Hat Ansible Automation Platform technical deck ‹#›

Red Hat Ansible Automation Platform technical deck ‹#› Anyone can automate... but an enterprise needs to coordinate and scale

Red Hat Ansible Automation Platform technical deck ‹#› Differing skills, roles, and responsibilities IT ops Devs/DevOps Line of business Growing number of use cases Compute Network Storage Security Physical Virtual SecOps Governance Network ops Across multiple domains Cloud Multiple platforms and locations Edge Many organizations share the same challenge + + + + +

Red Hat Ansible Automation Platform technical deck ‹#› The solution? Break down the silos. Cloud IT ops Devs/DevOps SecOps Network ops Line of business Edge Data center Governance Consistent automation Unified platform

Red Hat Ansible Automation Platform technical deck ‹#› Why Red Hat ® Ansible ® Automation Platform?

Why Red Hat Ansible Automation Platform? ‹#› Ansible is the de facto automation language . Human-readable language with quick adoption Agentless Simple Easily integrate with hybrid environments Powerful Universal language spanning multiple IT domains

Why Red Hat Ansible Automation Platform? ‹#› Supported and certified content you can trust. Network Security Infrastructure Cloud Edge 140 + Certified Content Collections 55+ Certified technology partners

Why Red Hat Ansible Automation Platform? ‹#› The flexibility to scale, wherever that may be. Regional footprint Edge Global enterprise

Red Hat Ansible Automation Platform technical deck ‹#› What is Red Hat ® Ansible ® Automation Platform?

What is Red Hat Ansible Automation Platform? ‹#› A platform for the entire automation team. Content creation Content creation tooling Portable distribution and reliable execution Large ecosystem of certified automation Operations Enterprise features: WebUI, API, role-based access control (RBAC), auditing and workflows for managing at scale Hosted and private content management solutions Integrates with your environment Architecture Flexible container-native architecture Real-time analytics and reporting Scale globally with distributed execution across regions

Execution environments What is Red Hat Ansible Automation Platform? ‹#› An integrated solution for the enterprise. Content creation tools Business Tools and Analytics Automation controller Automation content navigator Execution environment builder Platform operators Ansible content tools Private automation hub Automation mesh Automation analytics and Red Hat Insights Ansible content collections Operational tools

What is Red Hat Ansible Automation Platform? ‹#› Built for co n sistency. Portability is reliability. Data center Development Cloud Edge Content creation Execution environments Execution environments Execution environments

What is Red Hat Ansible Automation Platform? ‹#› A distributed architecture built for scale . Control plane Execution plane Automation controller Automation Mesh Integration Orchestration User management Self-service Credential management Auditing and logging Data center Cloud Edge Execution environments Execution environments Execution environments

What is Red Hat Ansible Automation Platform? ‹#› The capabilities you need across your IT footprint. Applications Network Cloud Security Infrastructure DevOps CI/C D GitOps Config uration management Infrastructure awareness Network validation Orchestration Operationalisation Governance Investigation enrichment Threat hunting Incident response Deployment Provisioning Management Extend security Scalability Interoperability Edge

What is Red Hat Ansible Automation Platform? ‹#› Ansible Automation Platform hosting options Red Hat Enterprise Linux 8.3+ x86_64 (physical, virtual) Red Hat OpenShift via dedicated A nsible Automation Platform operator (physical, virtual) On Microsoft Azure marketplace Self Managed (on-premises or cloud) Customer deployed Managed by Red Hat * * Red Hat Ansible Automation Platform on Azure is now available to all customers in North America and EMEA, with global availability coming soon. On AWS marketplace On Google Cloud marketplace Customer deployed, Self-managed

What is Red Hat Ansible Automation Platform? ‹#› Enabling your automation team to consistently… Create Manage Scale ‹#›

‹#› Create Red Hat Ansible Automation Platform technical deck ‹#›

Red Hat Ansible Automation Platform technical deck | Create ‹#› The automation content life cycle. Create . Enterprise source control management Ansible ecosystem Private automation hub ansible-builder VSCode extension ansible-navigator ansible-lint Content creation Ansible supported content Community content Ansible content tools Build Develop and test Content Collections Playbooks Sign and publish Execution environments Content Collections Execution environments Definition files Content Collections Playbooks Definition files Roles

Red Hat Ansible Automation Platform technical deck | Create ‹#› What is it? The main building block for Ansible Simple YAML syntax to develop Ansible Playbooks Provides CLI tools to develop, test and run playbooks Pluggable architecture that allows extensions through Content Collections --- - name: S hutdown VM guest hosts: localhost gather_facts: false tasks: - name : T urn off specified VM guest vmware.vmware_rest.vcenter_vm_guest_power : state : shutdown vm: 1021343 vcenter_hostname: vcenter.demoredhat.com vcenter_username: admin vcenter_password: tedlasso Ansible Core (ansible-core)

What is Red Hat Ansible Automation Platform? ‹#› v --- - name : I nstall and start apache hosts : web become : true tasks : - name : Ensure the httpd package is installed ansible.builtin. yum : name : httpd state : present - name : Create the index.html file ansible.builtin. template : src : files/index.html dest : /var/www/html/ - name : Start the httpd service if needed ansible.builtin.service : name : httpd state : started Red Hat Ansible Automation Platform technical deck | Create ‹#› Ansible playbooks

Plugins Red Hat Ansible Automation Platform technical deck | Create ‹#› What makes up an Ansible playbook? Modules Plays Playbook + + =

Red Hat Ansible Automation Platform technical deck | Create ‹#› Ansible plays. What am I automating? What are they? Top level specification for a group of tasks Will tell that play which hosts it will execute on and control behavior such as fact gathering or privilege level Building blocks for playbooks Multiple plays can exist within an Ansible playbook --- - name : Ensure the httpd package is installed hosts : web become : true

Red Hat Ansible Automation Platform technical deck | Create ‹#› Ansible modules. The “tools in the toolkit”. - name : Create the index.html file ansible.builtin. template : : src : files/index.html dest : /var/www/html/log What are they? Parametrized components with internal logic, representing a single step to be done The modules “do” things in Ansible Language Usually created in Python, or Powershell for Windows setups, but can be developed in any language

Red Hat Ansible Automation Platform technical deck | Create ‹#› Ansible plugins. The “extra bits”. Example become plugin: --- - name : I nstall and start apache hosts : web become : true Example filter plugins: {{ some_variable | to_nice_json }} {{ some_variable | to_nice_yaml }} What are they? Plugins are pieces of code that augment Ansible’s core functionality Ansible uses a plugin architecture to enable a rich, flexible, and expandable feature set

Red Hat Ansible Automation Platform technical deck | Create ‹#› Ansible Roles. Reusable automation actions. --- - name : I nstall and start apache hosts : web ansible.builtin.roles : - common - webservers What are they? Group tasks and variables of your automation in a reusable structure Write roles once, and share them with others who have similar challenges in front of them

v Red Hat Ansible Automation Platform technical deck | Create ‹#› ‹#› roles ├── nginx │ ├── defaults │ ├── files │ │ └── … │ ├── tasks │ └── templates │ └── ... ├── nginx_app_protect └── nginx_config --- - name : Install NGINX Plus hosts : all tasks : - name : Install NGINX App Protect include_role: name: nginx_app_protect vars : nginx_app_protect_setup_license : false nginx_app_protect_remove_license : false nginx_app_protect_install_signatures : false deploy-nginx.yml

Red Hat Ansible Automation Platform technical deck | Create ‹#› Content Collections. Simplified, consistent content delivery. What are they? Contains automation content, including modules, multiple roles ,and playbooks Portable, reusable, and versioned enabling better collaboration

v Red Hat Ansible Automation Platform technical deck | Create ‹#› ‹#› nginx_core ├── galaxy.yml ├── meta ├── playbooks │ ├── deploy-nginx.yml │ └── ... ├── plugins ├── README.md └── roles ├── nginx │ ├── defaults │ ├── files │ │ └── … │ ├── tasks │ └── templates │ └── ... ├── nginx_app_protect └── nginx_config --- - name : Install NGINX Plus hosts : all tasks : - name : Install NGINX include_role : name : nginxinc.nginx vars : nginx_type : plus - name : Install NGINX App Protect include_role: name: nginxinc.nginx_app_protect vars : nginx_app_protect_setup_license : false nginx_app_protect_remove_license : false nginx_app_protect_install_signatures : false deploy-nginx.yml

‹#› Red Hat Ansible Automation Platform technical deck | Create Automation hub. Trusted automation content. console.redhat.com What is it? Hosted source of trusted Red Hat and Certified Partner Content Collections Integrated documentation and examples Configurable as primary content collection source for your automation environment Access to hosted automation hub and content Included in subscription

‹#› Red Hat Ansible Automation Platform technical deck | Create Ansible VS Code extension. Simplifying content creation. What is it? Syntax highlighting of keywords such as module names Live validation of your code while you type Integration with a nsible-lint * Autocompletion on play, block or task contents etc Documentation references as you code * ansible-lint is fully supported in Ansible Automation Platform version 2.3

Red Hat Ansible Platform technical deck | Create ‹#› Many technologies, different life cycles. How do I keep it all aligned? Dependencies Collections Runtime

Red Hat Ansible Platform technical deck | Create ‹#› Automation execution environments. Reuse and scale automation content. Ansible Core Dependencies Collections Automation execution environments Red Hat Universal Base Image (UBI)

Private automation hub Red Hat Ansible Platform technical deck | Create ‹#› Execution environment development. Build, collaborate, sign, publish. UBI Dependencies ansible-builder Ansible Core Execution environment Content collections Content creation Collections Execution environments

‹#› Red Hat Ansible Automation Platform technical deck | Create Execution environment builder. Build. ansible-builder $ ansible-builder build --tag repo/custom_ee:latest What is it? Easily build custom execution environments with the exact Ansible content needed Manage, track and version execution environments Share execution environment build artifacts with other teams

Red Hat Ansible Platform technical deck | Create ‹#› Pr ivate automation hub. Collaborate, sign, and publish. Build Collaborate, sign, and publish Trust Private Automation Hub Developer IDE Ansible Galaxy Automation Hub console.redhat.com Custom enterprise content

Content creation Red Hat Ansible Automation Platform technical deck | Create ‹#› Develop, test and run containerized Ansible content. ansible-navigator Playbook Execution environments Scalable and supported

‹#› Red Hat Ansible Automation Platform technical deck | Create Ansible content navigator (ansible-navigator). $ ansible-navigator run playbook.yml -i inventory.ini What is it? It is a command line utility and text-based user interface (TUI) for running, testing and developing Ansible automation content Review EEs Develop collections Develop playbooks Troubleshoot problems

‹#› Red Hat Ansible Automation Platform technical deck | Create Ansible lint (ansible-lint). $ ansible-lint playbook.yml What is it? Command-line tool for linting playbooks, roles and collections aimed towards any Ansible users. Promote best practices and and patterns. Develop consistent code across teams and scale using an opinionated strategy. Integrate into larger development workflows and CI tools. Helps upgrade playbooks to later Ansible Core versions. Fully supported (AAP 2.3)

‹#› Manage Red Hat Ansible Automation Platform technical deck ‹#›

Ansible content tools Red Hat Ansible Automation Platform technical deck | Manage ‹#› Develop, run, and publish Define, operate, and delegate Content creation Content Collections Execution environments Operations Private automation hub Content Collections Execution environments Creation to operations handover. Consistent and portable .

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Enterprises need more for their automation. Automation workflows User management Centralized logging and audit trail System integration Automation controller Credential management

Red Hat Ansible Automation Platform technical deck | Manage ‹#› The automation life cycle. Manage . Automation analytics/Red Hat Insights Define, Operate and Delegate Analyze, Aggregate and Report Report Calculate Plan Data center Cloud Edge Operations Defined automation Architecture

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Automation controller is the Ansible Automation Platform control plane which enables users to define, operate, and delegate automation across their enterprise Automation controller provides: WebUI and API Role-based access control Powerful workflows Centralized logging Credential management Push-button automation Automation controller WebUI API RBAC Workflows Audit Automation controller. Define, operate, and delegate.

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Defining how your content runs in automation controller . Data center Private automation hub Playbooks Content Collections Execution environments Credentials Projects Inventories Job template Automation controller Content Collections Repository Execution environments Cloud Edge

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Using execution environments in automation controller. How do I add execution environments (EE)? EEs can be added via the controller WebUI, API or command line Specify the EE image source Pull policy determines when and how EEs are downloaded when running automation Assign registry credentials to pull the EEs How do I use execution environments? Select the EE you want to use in your automation job The default EE is used if none is specified

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Projects. Adding your automation content to controller. What is it? Logical collection of your playbooks: Multiple source types supported Source Control Management (SCM) integration and update strategies Red Hat Insights integration Role-based access control (RBAC) and schedules

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Collection of endpoints against which jobs may be launched Multiple inventory sources supported Dynamic endpoint discovery Logically group endpoints by metadata or user-defined filters Granular RBAC permissions Inventories. What do I want to run my automation on?

Credentials. Securing resource and endpoint access. Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Securely manage credentials needed for automation resources Multiple credential types supported Integrate external secret management systems Create custom credential types and plugins Use RBAC to govern access Actual credential never exposed

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Job Templates. Bringing it all together. What is it? Define and standardize running automation Reusable and shareable Leverage agile practices, such as GitOps and event-driven automation

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Workflows. Solve complex problems. What is it? Workflows enable the creation of powerful holistic automation, chaining together multiple pieces of automation and events Simple logic inside these workflows can trigger automation depending on the success or failure of previous steps Add approvals to your workflows to enhance governance Integrate other systems, such as ITSM to fit with your existing controls and processes

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Securing your content in automation controller. Delegate. Defined automation Teams Users Automation controller LDAP Active Directory Identity and access management Social RADIUS Token SAML RBAC Organizations

Role-Based Access Control. Who can use my automation? Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Securely govern access to your automation Logically group controller objects and grant users and teams read, execute, edit permissions Use predefined roles to grant access Integrates with your existing enterprise authentication systems

Red Hat Ansible Platform technical deck | Manage ‹#› Launching your content from automation controller . Data center Cloud Edge Job template Workflows Jobs Automation controller LDAP Active Directory Identity and access management API Social RADIUS Token SAML Dashboards Auditing and logging

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Controller launching an instance of defined automation Relaunch automation jobs Use Job Details to view job outputs Troubleshoot automation execution using filtered views Automation jobs. Executing your defined automation.

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? The API provides programmatic access to the automation via a defined interface Underneath it is still powered by the same bits and pieces which are at the core: workflows, inventories, etc It offers simple integration into other tools like ITSM, SOAR, etc Automation controller API. Integrate and elevate your automation .

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Automation controller logging aggregation. What is it? Provides the capability to send detailed logs to several kinds of 3rd party external log aggregation services Use Red Hat Enterprise Linux rsyslog to aggregate and redirect logs Native integration exists for multiple 3rd party logging systems Multiple detailed logs are gathered for job events, system facts, users, activity streams, and controller features

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Overview of automation controller, the jobs happening, the nodes connected and what worked and failed Provides the ability to quickly spot irregularities and drill into more details Automation controller dashboard. Vie w y our automation status.

Automation analytics/Red Hat Insights Red Hat Ansible Automation Platform technical deck | Manage ‹#› console.redhat.com Red Hat Insights for Ansible Automation Platform. Analyze, aggregate and report. Architecture Analyze Aggregate Report Operations Savings planner Reports Automation calculator

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Track and measure the total value of automation efforts by time and cost savings Automation calculator looks at at the total ROI of your automation Calculations are based on automation data across your organization Job template savings are compared to costs of performing the tasks manually Measure the ROI of your automation investment and identify automation that contributes the most savings Automation calculator. Analyze and aggregate.

Red Hat Ansible Automation Platform technical deck | Manage ‹#› What is it? Prioritize automation by projecting the 1- to 3-year savings by time and money for each automation task Predict ROI and time savings based on a given automation task Use your automation data from your organization to prioritize tasks and projects based on business value Automation Savings Planner. Analyze and aggregate.

Red Hat Ansible Automation Platform technical deck | Manage ‹#› Reports. The h olistic view of your automation platform. What is it? Unified, visual dashboards of Ansible Automation Platform key metrics across clusters Reveal most used Ansible Playbooks, modules, and deployment pass/fail rates Filter information based on automation controller clusters in real-time Use historical data to predict and improve the automation practice Measure the value of your Ansible Automation Platform subscription Export reports and share with your organization

‹#› Scale Red Hat Ansible Automation Platform technical deck ‹#›

Red Hat Ansible Automation Platform technical deck | Scale ‹#› The automation content life cycle. Scale. Control plane Automation controller Integrated enterprise systems Execution plane Automation mesh Data center Cloud Edge Adopt and grow Integrate and govern Design and expand Operations Architecture Users Execution environment

Red Hat Ansible Automation Platform technical deck | Scale ‹#› Automation controller approvals. Integrate and govern. What is it? Adds human interaction to the automation for administration and governance Available at the operational level on the Automation controller UI

Red Hat Ansible Automation Platform technical deck | Scale ‹#› IT service management integration (ITSM). Integrate and govern. Incorporate automation into your ITSM Integrate high level workflows in existing ITSM toolsets with the automation platform. Apply organization governance and integrate your automation to larger business processes Have the automation platform reach out to the ITSM system whenever things are changing, including data transmission between the tools

Automation mesh. Design and expand. Automation controller Automation controller Red Hat Ansible Automation Platform technical deck | Scale ‹#› What is it? Simple, reliable framework to scale automation independently with little or no downtime Distributed and localized execution across worker nodes Scale across segmented and remote networks with native resiliency Flexible design choices to deliver automation across networks and design redundant topologies Improved communication and security Worker node health checks Bi-directional, secured (TLS) communication between nodes Centralized, secured management with automation controller Automation controller WebUI API RBAC Workflows Audit Automation mesh Execution node Execution node Execution node

Automation controller Segmented environment Red Hat Ansible Automation Platform technical deck | Scale ‹#› What is it? Dedicated capacity to running playbooks Flexible designs possible across geographies and networks Resilient to high latency and connection disruptions Run automation without direct connection to controller Execution node Dedicated capacity to run automation and no controller runtime functions executed Hop node Dedicated to route traffic across execution nodes not directly connected to controller and cannot run automation Automation controller Automation controller Automation mesh node types. The execution plane. Execution plane Remote location Execution nodes Execution nodes Hop node Automation mesh Executes automation locally in environments Resilient to high latency and connection disruptions Connects segmented environments

Automation controller Automation controller Execution plane Red Hat Ansible Automation Platform technical deck | Scale ‹#› What is it? Dedicated capacity for automation controller runtime functions Scale with little or no downtime Reduced operational overhead Hybrid nodes Default node type for controller nodes Perform controller functions and execute automation Control nodes Capacity is dedicated to controller functions Automation execution capability is disabled Automation controller Automation mesh node types. The control plane. Execution nodes Control plane Type: control Type: hybrid Controller functions Automation mesh Controller functions and execution

Red Hat Ansible Automation Platform technical deck | Scale ‹#› Instance groups Logically group and assign mesh execution capacity Predefined controlplane and default instance groups Configure instance groups via API, WebUI or installer Topology View er View existing mesh topologies across environments Automation mesh. Management and visibility.

Red Hat Ansible Automation Platform technical deck | Scale ‹#› What is it? User-friendly, self-service interface in automation controller Abstracts complexity using question and answer format Best suited for teams directly accessing automation and close to the automation practice Access and execution governed using controller features Automation controller surveys. Adopt and grow.

Red Hat Ansible Automation Platform technical deck ‹#› Use cases

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible security automation. Response and remediation. Automating alerts, correlation searches, and signature manipulation Threat hunting Investigation enrichment Enabling programmatic access to log configurations such as destination, verbosity, etc Automated security operations Physical Virtual Cloud Edge Incident response Response and remediation Creating new security policies to whitelist, blacklist, or quarantine a machine Incident response EPP IDPS Firewalls PAM SOAR SIEM Threat hunting Investigation enrichment

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible network automation. Next-gen network operations. Dynamic documentation Automated NetOps Operational state management Configuration accuracy Config backup and restore Scoped configuration management Operational state validation Network compliance Compliance and traceability Automated network operations Physical Virtual Cloud Edge Network orchestration Compliance and traceability Operational state management Configuration accuracy

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible hybrid cloud automation. Tame your clouds. Automated cloud operations Automated troubleshooting Public Cloud Govern Operationalize Orchestrate Infrastructure visibility Cloud operations Automated troubleshooting Operationalize Orchestrate Deployment and retirement Infrastructure coordination Cloud migration Business continuity Cost management compliance Govern Cloud native Private Cloud

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible Automation Platform for ServiceNow solution. IT Service Management (ITSM) Create and update records Incident, problem, problem task, change request Assign items to user accounts Attach files to records Advanced queries of record types Support for custom mappings (modified choice lists) Configuration Management Database (CMDB) Advanced queries of configuration items Update configuration items after automated changes CMDB as inventory source for automation Batch modifications of configuration items ITSM CMDB Source of truth Configuration accuracy Process

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible Automation Platform for Windows. Day 1 configuration Install and uninstall MSIs, .exes Chocolatey package manager integration Start, stop, and manage Windows services Template and apply registry updates Flexible authentication support Manage and install Windows updates across reboots Create and manage local users Create and manage domain controller/member server state Manage certificates Fetch files from remote hosts Push and execute Powershell scripts Leverage Powershell DSC resources Day 2 operations Cloud Network Security Infrastructure Edge

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible Automation Platform for Linux. Provisioning Work seamlessly with bare metal, virtualized and cloud infrastructure Easily patch, upgrade and maintain Linux servers Automation can handle reboots and ad-hoc changes Configuration Management Built-in support for Linux file and user management Full integration of Jinja2 templating library Support for Idempotence across numerous Linux modules Application Deployment Full support of dnf, yum and apt packaging tools Start, stop, and manage Linux services Check operational state and verify application deployments Cloud Network Security Infrastructure Edge Application Deployment Configuration management Provisioning

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible Automation Platform for Red Hat OpenShift. Infrastructure coordination Coordination of existing off-cluster IT infrastructure and services with cloud-native systems Lifecycle management Automation of Red Hat OpenShift infrastructure and applications lifecycle management Day 2 configuration Repeatable “last mile” automation for Red Hat OpenShift cluster configuration and management Business continuity End-to-end business continuity and disaster recovery (DR) automation of Red Hat OpenShift clusters Cloud Network Security Infrastructure Edge

IT ecosystem automation Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Ansible Automation Platform and DevOps. Deliver consistently, reliably, and rapidly. Accelerate DevOps throughout your IT ecosystem Align to business goals with outcome-based IT process automation. Orchestrate and integrate using the API and webhooks Simple, pervasive automation language used across the IT ecosystem. Extend capabilities using Ansible Content Collections. Improve CI/CD security and governance with approvals, auditing, and RBAC Speed up development cycles with consistent dev, test, and prod environments Build systems Code management People Process Development automation Cloud Network Security Infrastructure Edge

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Everything as code. Everything is possible. Infrastructure and configuration as code Ansible creates infrastructure manifests and triggers the provisioning and deprovisioning of infrastructure. Dynamic inventory management provides access to newly provisioned infrastructure without manual intervention. Combine tool chains to deliver infrastructure as code and configuration as code. Allowing for complete management of infrastructure life cycles with post-provisioning tasks. Cloud Network Security Infrastructure Edge

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Event -Driven Ansible. Observe Evaluate Act Remediation and Observation from events Source plugins provide Event-Driven Ansible the ability to listen for events which can be processed through rulebooks. Rules in the form of Rulebooks allow us to create event conditions which once met will trigger an action. Actions give us the ability to trigger playbooks, modules, notifications and further event triggers based on the conditions that have been met by a specific event. Rules Actions Event sources Event Automation Decision Developer Preview Cloud Network Security Infrastructure Edge

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› GitOps. IaC, merge requests , and CI/CD. Ansible Automation Platform and GitOps GitOps is a framework that uses Git repositories as a single source of truth (SoT) to deliver infrastructure as code. Infrastructure as Code (IaC) is stored within a Git repositor as the SoT. Merge Requests (MRs) is the change mechanism for any updates to the infrastructure. Continuous Integration/Continuous Delivery (CI/CD) automates the infrastructure updates. Ansible triggers and automates the IaC updates via Ansible workflows while acting as a CI/CD tool and providing complete management of the entire lifecycle day-2 operations. Cloud Network Security Infrastructure Edge

Red Hat Ansible Automation Platform technical deck | Use cases ‹#› Why Ansible for Automation at the Edge? Automate scale and complexity with a consistent platform from the datacenter to the edge across heterogeneous estates Facilitates IT/OT convergence Provides predictability and repeatability to automate anything with programmatic API or Linux OS Branch updates & compliance Application lifecycle management Transportation and logistics Energy Healthcare Telco Manufacturing Event-driven automation Disaster recovery Automating edge enterprise use cases . Mass configuration Remote office

Red Hat Ansible Automation Platform technical deck ‹#› Where to go next Learn more Get started Workshops Documents Youtube Twitter Self-paced labs Evals c onsole.redhat.com Get serious Red Hat Automation Adoption Journey Red Hat Training Red Hat Consulting
Tags