girlandhercode / ansible-role-mysql-connector-java

Ansible Role for MySQL Connector/J Installation.

Home Page:https://galaxy.ansible.com/detail#/role/5979

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role for MySQL Connector/J

Build Status GitHub tag GitHub license Ansible Role

Ansible Role for Ubuntu MySQL Connector/J Installation.

Requirements

This role require Ansible 2.0 or higher.

This role was designed for Ubuntu Server 14.04 LTS.

Role Variables

parameter required default choices comments
mysql_connector_java_archive yes defaults/main.yml Download archive filename for cache during (re)install.
mysql_connector_java_dest yes /tmp Destination directory where MySQL Connector/J .jar should install to.
mysql_connector_java_jar yes defaults/main.yml MySQL Connector/J .jar filename for double check if installed to target directory correctly.
mysql_connector_java_sha256 yes defaults/main.yml Download archive sha256 checksum for cache during (re)install.
mysql_connector_java_url yes defaults/main.yml URL for download archive.

Dependencies

No additional role dependencies.

Example Playbook

- hosts: servers
  roles:
    - { role: hswong3i.mysq_connector_java, mysql_connector_java_dest: '/usr/share/jira/lib' }

License

Author Information

About

Ansible Role for MySQL Connector/J Installation.

https://galaxy.ansible.com/detail#/role/5979

License:MIT License