You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
3
2
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
0 commit comments