{"id":21400240,"url":"https://github.com/oefenweb/ansible-percona-client","last_synced_at":"2025-07-13T21:31:03.124Z","repository":{"id":36791089,"uuid":"41097875","full_name":"Oefenweb/ansible-percona-client","owner":"Oefenweb","description":"Ansible role to set up percona-server client in Debian-like systems","archived":false,"fork":false,"pushed_at":"2024-05-03T10:21:54.000Z","size":106,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-03T14:45:33.241Z","etag":null,"topics":["ansible","database","debian","mysql","percona-client","percona-server","ssl","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oefenweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-20T13:42:14.000Z","updated_at":"2024-05-03T10:21:56.000Z","dependencies_parsed_at":"2023-01-17T05:00:34.786Z","dependency_job_id":"db04752e-3c64-44c8-a557-d2c5af5a6818","html_url":"https://github.com/Oefenweb/ansible-percona-client","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-percona-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-percona-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-percona-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-percona-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oefenweb","download_url":"https://codeload.github.com/Oefenweb/ansible-percona-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225917590,"owners_count":17544922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","database","debian","mysql","percona-client","percona-server","ssl","ubuntu"],"created_at":"2024-11-22T15:20:01.717Z","updated_at":"2024-11-22T15:20:02.216Z","avatar_url":"https://github.com/Oefenweb.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"## percona-client\n\n[![CI](https://github.com/Oefenweb/ansible-percona-client/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-percona-client/actions?query=workflow%3ACI)\n[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-percona--client-blue.svg)](https://galaxy.ansible.com/Oefenweb/percona_client)\n\nSet up a [percona-server](https://www.percona.com/software/mysql-database/percona-server) client in Debian-like systems.\n\n#### Requirements\n\n* `software-properties-common` (will be installed)\n* `dirmngr` (will be installed)\n\n#### Variables\n\n* `percona_client_version`: [default: `5.6`]: Version to install (e.g. `5.7`)\n* `percona_client_install`: [default: `[]`]: Additional packages to install\n\n* `percona_client_my_cnf_files`: [default: `[]`]: `.my.cnf` files to configure\n* `percona_client_my_cnf_files.{n}.dest`: [optional, default: `~owner/.my.cnf'`]: The remote path of the file to copy\n* `percona_client_my_cnf_files.{n}.owner`: [required]: The name of the user that should own the file\n* `percona_client_my_cnf_files.{n}.group`: [optional, default: `owner`]: The name of the group that should own the file\n* `percona_client_my_cnf_files.{n}.mode`: [optional, default: `0600`]: The mode of the file\n* `percona_client_my_cnf_files.{n}.login_host`: [optional, default: `localhost`]: The host running the server\n* `percona_client_my_cnf_files.{n}.login_port`: [optional, default: `3306`]: The port of the server\n* `percona_client_my_cnf_files.{n}.login_user`: [optional, default: `owner`]: The username used to authenticate with\n* `percona_client_my_cnf_files.{n}.login_password`: [required]: The password used to authenticate with\n\n* `percona_client_my_cnf_files.{n}.ssl`: [optional]: Whether or not to use SSL when connection (deprecated as of `5.7.11` and is removed in `8.0`)\n* `percona_client_my_cnf_files.{n}.ssl_mode`: [optional]: Specifies the desired security state of the connection to the server (e.g. `VERIFY_CA`)\n\n* `percona_client_my_cnf_files.{n}.ssl_ca`: [optional, default: `ca-cert`]: The identifier of the ca certificate file in ssl map\n* `percona_client_my_cnf_files.{n}.ssl_cert`: [optional, default: `client-cert`]: The identifier of the ssl certificate file in ssl map\n* `percona_client_my_cnf_files.{n}.ssl_key`: [optional, default: `client-key`]: The identifier of the ssl key file in ssl map\n\n* `percona_client_ssl_map`: [default: `{}`]: SSL declarations\n* `percona_client_ssl_map.key`: [required]: The identifier of the file (e.g. `ca-cert`)\n* `percona_client_ssl_map.key.src`: [required]: The local path of the file to copy, can be absolute or relative (e.g. `../../../files/percona-client/etc/mysql/ca-cert.pem`)\n* `percona_client_ssl_map.key.dest`: [required]: The remote path of the file to copy (e.g. `/etc/mysql/ca-cert.pem`)\n* `percona_client_ssl_map.key.owner`: [optional, default `root`]: The name of the user that should own the file\n* `percona_client_ssl_map.key.group`: [optional, default `mysql`]:The name of the group that should own the file\n* `percona_client_ssl_map.key.mode`: [optional, default `0640`]: The mode of the file\n\n## Dependencies\n\nNone\n\n## Recommended\n\n* `percona-server` ([see](https://github.com/Oefenweb/ansible-percona-server))\n\n#### Example(s)\n\n##### Simple\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.percona-client\n```\n\n##### With .my.cnf file(s)\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.percona-client\n  vars:\n    percona_client_my_cnf_files:\n      - dest: '~root/.my.cnf'\n        owner: root\n        group: root\n        mode: '0600'\n        login_host: localhost\n        login_port: 3306\n        login_user: root\n        login_password: 'pw4Root'\n\n      - owner: vagrant\n        login_password: 'pw4Vagrant'\n```\n\n#### License\n\nMIT\n\n#### Author Information\n\nMischa ter Smitten\n\n#### Feedback, bug-reports, requests, ...\n\nAre [welcome](https://github.com/Oefenweb/ansible-percona-client/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-percona-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foefenweb%2Fansible-percona-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-percona-client/lists"}