--- author: Elle Universal date: 2022-05-19 00:00 UTC description: Learn what is new after Summit 2022 with automation at the edge. lang: en-us title: Automation at the Edge, Summit 2022 --- # Automation at the Edge, Summit 2022 As some of you may know, Red Hat Summit was back in person in Boston last week. For those who are not familiar, Red Hat Summit is the premier enterprise open source event for IT professionals to learn, collaborate, and innovate on technologies from the datacenter and public cloud to the edge and beyond. Red Hat made a lot of exciting announcements, with several that included Red Hat Ansible Automation Platform. If you could not make the event or would like to revisit some of the content, you can access any session [on demand](https://www.redhat.com/en/summit).  One of the big [announcements](https://www.redhat.com/en/about/press-releases/red-hat-unveils-new-levels-security-software-supply-chain-edge) at Summit was the unveiling of new levels of security from the software supply chain to the edge. In Ansible Automation Platform 2.2, Red Hat is introducing a technical preview of Ansible content signing technology. The new capability helps with software supply chain security by enabling automation teams to validate that the automation content being executed in their enterprise is verified and trusted.  With the announcement of this new edge capability, we showcased a session for Ansible and edge that is available on demand. The session ["GitOps your distributed edge computing model with Red Hat Ansible Automation Platform"](https://events.experiences.redhat.com/widget/redhat/sum22/SessionCatalog22/session/1640789672821001p0oM) covers how Ansible Automation Platform, in combination with GitOps, can decrease the time to market and repair time to deploy and operate network edge infrastructure. It includes a demo that shows how to describe a deployment in Git, which works as a single source of truth. You will be able to see how Ansible Automation Platform enforces the correct state of the network infrastructure of a large-scale organization and its tracking through IT Service Management.  Scaling automation anywhere using Ansible Automation Platform [Red Hat introduced new cross-portfolio edge capabilities](https://www.redhat.com/en/about/press-releases/red-hat-introduces-new-cross-portfolio-edge-capabilities), including features in Ansible Automation Platform that solves the management and automation needs to drive visibility and consistency across an organization's edge deployments.  The session ["Ansible Automation Platform 2 automation mesh-starting locally, scaling globally"](https://events.experiences.redhat.com/widget/redhat/sum22/SessionCatalog22/session/1641398142450001vmkJ) covers how to scale automation to successfully execute in distributed edge locations.  # Automating RHEL at the edge with Ansible If you watched the keynote presentation, you heard about the release of a [SaaS Edge Manager](https://www.redhat.com/en/about/press-releases/red-hat-introduces-new-cross-portfolio-edge-capabilities). However, we realize not everyone can use the cloud to manage their fleet. Below is how to add a postscript to your kickstart file to register your devices directly to an Ansible Automation Platform inventory so you can use it to manage your fleet. ```yaml %post # Create ansible playbook to register device to Ansible automation platform cat > /tmp/add_to_aap.yml <