Join us

ContentUpdates and recent posts about AWX..
Story
@viktoriiagolovtseva shared a post, 1 month ago

Online event planning template

Planning a webinar, workshop, or team-wide event in Jira? You’re not alone. When you’re managing internal demos, customer-facing webinars, or company-wide town halls, event coordination takes effort and often involves stakeholders across departments.

Missed deadlines, unclear responsibilities, or last-minute changes can turn even a small event into a major time sink. But there’s good news: you can streamline your event workflows using the tools your team already uses.

Instead of juggling spreadsheets, emails, and calendar invites, create a customizable event planning template in Jira. It brings everything into one place, supports collaboration, and helps you keep track of dependencies, deliverables, and last-minute requests in real time.

Zrzut ekranu 2026-05-01 150322
Story
@viktoriiagolovtseva shared a post, 1 month ago

Performance Review Template That Actually Works

Hiring the right person is only half the equation — helping them grow is the other

Zrzut ekranu 2026-05-01 131816
Story Keploy Team
@sancharini shared a post, 1 month ago

How to Track DORA Metrics Without Months of Engineering Work

Start tracking DORA metrics this week without months of work. Learn simple manual tracking, gradual automation, and practical tools to measure deployment performance

Track DORA Metrics Without Months of Engineering Work
Story
@viktoriiagolovtseva shared a post, 1 month ago

Contract Review Template for the Legal Team: a Free Checklist

Whether you’re reviewing a routine non-disclosure agreement or a complex commercial contract, your team likely follows roughly the same steps. Although many legal professionals don’t require a predefined plan, in some cases, having a contract review template is very helpful. 

For example, if you have a large legal department, work in a legal firm with numerous clients, or need to scale best practices, in all these cases, process standardization is essential. A contract review template enables you to document all the crucial steps, ensuring that your processes are robust and repeatable.

In this guide, we’ll share a free contract review template for legal teams. We also explain how to use it in Jira or Monday and how to add it to your tasks automatically.

Zrzut ekranu 2026-05-01 103840
Story
@viktoriiagolovtseva shared a post, 1 month ago

Jira Automation Best Practices That Will Save You Time

Managing projects in Jira often involves many repetitive actions. Creating work items for recurring tasks, reassigning them for reviews, and syncing statuses with dev tools – these are just a few examples. With Jira automation, you can handle such routine actions more efficiently and reduce manual work. If you set up automation rules that work together as a whole, you will create a well-functioning system. This will help you streamline processes and optimize resources.

In this article, we explore hands-on Jira automation best practices that actually save time. You’ll learn how to set up effective rules, avoid common mistakes, and make automation work seamlessly for your team’s unique processes.

Zrzut ekranu 2026-05-01 090408
 Activity
@adrian_schmidt started using tool TypeScript , 1 month ago.
 Activity
@adrian_schmidt started using tool React , 1 month ago.
 Activity
@adrian_schmidt started using tool Express , 1 month ago.
 Activity
@adrian_schmidt started using tool AWS Lambda , 1 month ago.
 Activity
@adrian_schmidt started using tool Amazon Web Services , 1 month ago.
AWX is the open source, community supported upstream project for Red Hat Ansible Automation Platform, formerly known as Ansible Tower. It gives teams a web based interface, a full REST API, and a distributed task engine on top of Ansible, turning command line playbook runs into a managed, auditable automation service.

The project began at AnsibleWorks as the commercial Ansible Tower product, and after Red Hat acquired Ansible, it open sourced the codebase as AWX in September 2017, positioning it as the development ground where new features land before they are hardened into the supported Automation Platform controller. With AWX, you organize automation around projects (synced from Git or other source control), inventories (static or dynamically pulled from cloud providers), credentials (stored encrypted and injected at runtime), and job templates that tie a playbook to its inventory and credentials. On top of that, it adds role based access control, a visual dashboard, job scheduling, workflow chaining, webhooks, and real time job output, so multiple teams can run, track, and delegate automation without sharing SSH keys or sitting at a terminal.

Modern AWX runs on Kubernetes or OpenShift through the AWX Operator, which manages installation, upgrades, and scaling declaratively, reflecting its shift from a single host application to a cloud native, container based platform. Because it is the upstream of a paid product, AWX moves fast and ships frequently, which makes it ideal for labs, learning, and self managed deployments, though teams needing formal support and long term stability typically run the downstream Automation Platform instead.