From 0e2a0074f5db079c0f3410b9194fcc82877c52ee Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Tue, 9 Sep 2025 08:55:02 -0700 Subject: [PATCH] update readme with proper overview Signed-off-by: Adam D. Cornett --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c07ba1..0551dd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -# ansible-operator-plugins -Experimental extraction/refactoring of the Operator SDK's ansible operator plugin +# Ansible Operator Plugins +A plugin that provide Ansible-based operator functionality for the [Operator SDK](https://github.com/operator-framework/operator-sdk). This project contains the core Ansible operator implementation that enables developers to build Kubernetes operators using Ansible playbooks and roles. + +## Overview + +This project provides the Ansible plugin for Operator SDK, allowing you to: +- Build Kubernetes operators using Ansible playbooks and roles +- Manage custom resources with Ansible automation +- Handle operator lifecycle events through Ansible tasks +- Leverage the full ecosystem of Ansible modules and collections # Releasing Guide