Rocky Linux-related company CIQ has launched a major upgrade to its Ascender Pro automation platform, enabling it to detect issues across Linux servers, decide what to do, and automatically apply fixes.

If you’re like me, when it comes to DevOps work, you’re an Ansible fan. Now, CIQ, best known as Rocky Linux‘s commercial sponsor, is introducing an Ansible-based server maintenance program, Ascender Pro for Linux automation, observability, and remediation. The program explicitly targets the pain points of alerts, tickets, and failed services that make system administration a pain in the rump. 

At the heart of the announcement is the claim that Ascender Pro now “closes the loop between detection and remediation” across your Linux fleet. CIQ says operations teams get a single system that monitors for problems, decides on the response, and executes it automatically, regardless of how many environments or inventories they’re running.

Ascender Pro’s foundation is Ansible AWX. This is the open-source community project that provides a web-based user interface, a REST API, and a task engine for Ansible. 

Ascender, sans “Pro,” is built on AWX. It’s the base automation platform that governs Ansible-driven workflows, including provisioning, patching, and configuration management. Ascender Pro is an optional commercial add‑on that provides analytics, reporting, and log aggregation, capturing job events, change data, and facts in real time and surfacing them via a separate web interface.

Pro comes with three new commercial components and one open-source component. The first is Ascender Reaqt. This is a rule‑driven remediation engine that watches inventory and fixes problems as they occur. Each rule set has its own endpoint and authentication token, isolating credentials for each integration. A companion web app provides admins with a UI and API for managing users, teams, permissions, providers, rule sets, and listeners, backed by dashboards and metrics. Reaqt is a new independent program written in Go from scratch rather than forked from existing open-source projects.

Next, Ascender Registry is an internal Ansible Galaxy and container registry that lets administrators create repositories, pull specific collections and versions from Ansible Galaxy, and host them locally. Teams can publish private collections, and Registry doubles as a container registry for Ansible execution environments, all exposed through the same API structure as upstream Galaxy, so existing Ansible tooling works without modification.

Finally, Federated Inventories is a routing layer that sits in front of multiple Ansible inventories and resolves where a host actually lives when a job runs. CIQ is targeting a common operational headache: ticketing, monitoring, or vulnerability tools often know only a hostname, not which inventory it belongs to. Federated Inventories groups inventories together while preserving each one’s variables and instance group assignments, then automatically fans out a single job request across the right inventories and environments with no extra setup.

Together, Reaqt and Federated Inventories are meant to turn “a single alert” into “a fix on exactly the right host without anyone standing in the middle,” as CIQ president Bjorn Hovland puts it. In short, it automates patch management and simple troubleshooting.

The fourth component, Ascender Galaxy Proxy, is open source and aimed at the broader Ansible community, not just CIQ’s customers. CIQ says Galaxy Proxy originated as a practical fix for slow or unavailable public Ansible Galaxy responses that were slowing down CI/CD pipelines and project syncs.

Galaxy Proxy does this by sitting between Ansible and Galaxy. There, it caches every response, not just collection downloads. CIQ claims this cuts typical wait times by an estimated 75–80%. It is available to any Ansible user, including those on AWX or other Ansible‑based platforms, while Ascender Pro customers get the full Registry application layered on top.

CIQ frames the release as a response to what it sees as a strategic gap in large‑scale Linux automation. “Enterprises running Linux at scale have been stuck choosing between an automation platform that does everything and one they can actually own and trust,” said Gregory Kurtzer, CIQ’s CEO and founder, in a statement.

Kurtzer is comparing Ascender Pro to Red Hat Ansible Automation Platform. This is Red Hat’s commercial, end‑to‑end automation product. It bundles 20+ upstream Ansible projects, including AWX, into a supported, subscription‑based platform with SLAs, certified content, analytics, and managed or self‑managed deployment options. Ascender/Ascender Pro is CIQ’s downstream rebuild of AWX and related tooling, positioned explicitly as a cost‑effective, AWX‑compatible alternative and “direct drop‑in replacement for AWX or Ansible Tower

Kurtzer ties Reaqt’s from‑scratch design and Galaxy Proxy’s open‑sourcing into a broader philosophy of “own your infrastructure, control your own destiny, and never be at the mercy of somebody else’s roadmap.” He characterizes the combination of proprietary components where CIQ wants strong control and open‑source contributions like Galaxy Proxy as “full ownership where it matters, real contribution back to the community that got us here.”

In an interview, Kurtzer added, “Managing enterprise Linux at scale has always meant somebody watching dashboards and logging in to fix what broke, one host and one environment at a time. This release removes that person from the middle. Every operations team I’ve ever worked with generates more signals than they can act on. We’re moving toward closing that gap, automatically, across every environment in a fleet.”

Ascender Reaqt, Ascender Registry, and Federated Inventories are available immediately to existing Ascender Pro customers. CIQ doesn’t publish list pricing for Ascender Pro; it sells the platform under enterprise license agreements rather than per‑node subscriptions. The company claims its total cost is 60–80% lower than typical per‑node Ansible/Tower‑style pricing at scale.

Ascender Galaxy Proxy is now available as an open-source project for the wider Ansible ecosystem.