Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbaassssiiee/ansible-role-kubeblocks

Ansible role to install KubeBlocks
https://github.com/bbaassssiiee/ansible-role-kubeblocks

Last synced: 2 days ago
JSON representation

Ansible role to install KubeBlocks

Awesome Lists containing this project

README

        

kubeblocks
==========

A role to install kbcli to work with KubeBlocks

Requirements
------------

EL or Ubuntu Linux.

Role Variables
--------------

```yml
# defaults
desired_state: present # or absent
```

Dependencies
------------
None.

Example Playbook
----------------

```yaml
- hosts: controller
roles:
- role: bbaassssiiee.kubeblocks
```