Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 787 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 787 Bytes

Ansible Role: mycli

Build Status

Installs mycli on RHEL/CentOS or Debian/Ubuntu servers.

Requirements

None.

Role Variables

mycli_version: 1.13.0

The version of mycli to install.

Dependencies

None.

Although it's worth mentioning that this role only installs mycli, not MySQL itself. If you want a role for installing MySQL I'd recommend Jeff Geerling's excellent MySQL role.

Example Playbook

- hosts: db-servers
  roles:
     - { role: tommarshall.mycli }

License

MIT / BSD