boutetnico / ansible-role-mariadb-connector-java

Install MariaDB Connector/J with Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests Ansible Galaxy

ansible-role-mariadb-connector-java

This role installs MariaDB Connector/J.

Requirements

Ansible 2.10 or newer.

Supported Platforms

Role Variables

Variable Required Default Choices Comments
connector_dependencies yes [] list
connector_version yes 3.4.0 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

About

Install MariaDB Connector/J with Ansible.

License:MIT License


Languages

Language:Jinja 54.0%Language:Python 46.0%