35 lines
885 B
Markdown
35 lines
885 B
Markdown
K8S MariaDB
|
|
=========
|
|
[](https://galaxy.ansible.com/tripleo/k8s-mariadb)
|
|
[](https://travis-ci.org/tripleo/ansible-role-k8s-mariadb)
|
|
|
|
Install MariaDB in a Kubernetes cluster.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
Access to Kubernetes cluster
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
| Name | Default Value | Description |
|
|
|-------------------|---------------------|----------------------|
|
|
| `action` | `provision` | List of tasks to run. |
|
|
| `coe_host` | `https://localhost:8443` | |
|
|
| `coe_config_context` | | |
|
|
| `coe_config_file` | | |
|
|
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
- `ansible.kubernetes-modules`
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
- hosts: all
|
|
roles:
|
|
- tripleo.k8s-mariadb
|