https://github.com/boutetnico/ansible-role-mariadb-connector-java
Install MariaDB Connector/J with Ansible.
https://github.com/boutetnico/ansible-role-mariadb-connector-java
ansible connector debian java jdbc mariadb mariadb-connector ubuntu
Last synced: about 2 months ago
JSON representation
Install MariaDB Connector/J with Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-mariadb-connector-java
- Owner: boutetnico
- License: mit
- Created: 2020-03-30T12:21:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T08:23:43.000Z (5 months ago)
- Last Synced: 2026-02-05T19:59:16.693Z (5 months ago)
- Topics: ansible, connector, debian, java, jdbc, mariadb, mariadb-connector, ubuntu
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/boutetnico/ansible-role-mariadb-connector-java/actions?query=workflow%3A%22Test+ansible+role%22)
[](https://galaxy.ansible.com/boutetnico/mariadb_connector_java)
ansible-role-mariadb-connector-java
===================================
This role installs [MariaDB Connector/J](https://mariadb.com/kb/en/about-mariadb-connector-j/).
Requirements
------------
Ansible 2.10 or newer.
Supported Platforms
-------------------
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Debian - 13 (Trixie)](https://wiki.debian.org/DebianTrixie)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)
Role Variables
--------------
| Variable | Required | Default | Choices | Comments |
|------------------------------|----------|---------------------|-----------|-----------------------------------------------|
| connector_dependencies | yes | `[]` | list | |
| connector_version | yes | `3.5.7` | string | |
| connector_install_path | yes | `/tmp` | string | |
| connector_owner | yes | `root` | string | |
| connector_group | yes | `root` | string | |
| connector_mode | yes | `0644` | string | |
Dependencies
------------
None
Example Playbook
----------------
- hosts: all
roles:
- ansible-role-mariadb-connector-java
Testing
-------
molecule test
License
-------
MIT
Author Information
------------------
[@boutetnico](https://github.com/boutetnico)