Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bbaassssiiee/ansible-role-kubeblocks
- Owner: bbaassssiiee
- Created: 2024-12-16T11:02:18.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T15:29:07.000Z (7 days ago)
- Last Synced: 2024-12-16T15:41:58.492Z (7 days ago)
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```