Skip to content

Commit 90c7949

Browse files
authored
update readme with proper overview (#170)
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 476f01a commit 90c7949

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# ansible-operator-plugins
2-
Experimental extraction/refactoring of the Operator SDK's ansible operator plugin
1+
# Ansible Operator Plugins
32

3+
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.
4+
5+
## Overview
6+
7+
This project provides the Ansible plugin for Operator SDK, allowing you to:
8+
- Build Kubernetes operators using Ansible playbooks and roles
9+
- Manage custom resources with Ansible automation
10+
- Handle operator lifecycle events through Ansible tasks
11+
- Leverage the full ecosystem of Ansible modules and collections
412

513
# Releasing Guide
614

0 commit comments

Comments
 (0)