From 1d76078bbe9e6f39de35c92d8fa7b12a18dfdd95 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 17 Jun 2024 14:29:58 +0200 Subject: [PATCH] README: update (#162) --- README.md | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index db4fdf0..e216973 100644 --- a/README.md +++ b/README.md @@ -44,28 +44,13 @@ For more information about communication, refer to the [Ansible Communication gu ## Included content -- **Modules**: - - `proxysql_backend_servers`: Adds or removes mysql hosts from proxysql admin interface. - - `proxysql_global_variables`: Gets or sets the proxysql global variables. - - `proxysql_info`: Gathers information about proxysql server. - - `proxysql_manage_config`: Writes the proxysql configuration settings between layers. - - `proxysql_mysql_users`: Adds or removes mysql users from proxysql admin interface. - - `proxysql_query_rules_fast_routing.py`: Modifies query rules for fast routing policies using the proxysql admin interface. - - `proxysql_query_rules`: Modifies query rules using the proxysql admin interface. - - `proxysql_replication_hostgroups`: Manages replication hostgroups using the proxysql admin. - - `proxysql_galera_hostgroups`: Manages galera hostgroups using the proxysql admin. - - `proxysql_scheduler`: Adds or removes schedules from proxysql admin interface. -- **Roles**: - - proxysql - -Note: if you do not see documentation for a module on [docs.ansible.come](https://docs.ansible.com/ansible/devel/collections/community/proxysql/), use the [ansible-doc](https://docs.ansible.com/ansible/latest/cli/ansible-doc.html) command or see the `DOCUMENTATION` section in the `plugins/modules/.py` file. +See on [Galaxy](https://galaxy.ansible.com/ui/repo/published/community/proxysql/content/). + +The documentation for the latest collection version included in the Ansible community package is available on [docs.ansible.come](https://docs.ansible.com/ansible/devel/collections/community/proxysql/). ## Supports and tested with ansible-core -- 2.11 -- 2.12 -- 2.13 -- current development version +See our [test matrix](https://github.com/ansible-collections/community.proxysql/blob/main/.github/workflows/ansible-test-plugins.yml): for example, stable-2.17 corresponds to ``ansible-core`` 2.17. ## External requirements @@ -93,7 +78,7 @@ collections: - name: community.proxysql ``` -You can also download the tarball from [Ansible Galaxy](https://galaxy.ansible.com/community/proxysql) and install the collection manually wherever you need. +You can also download the tarball from [Ansible Galaxy](https://galaxy.ansible.com/ui/repo/published/community/proxysql) and install the collection manually wherever you need. Note that if you install the collection from Ansible Galaxy with the command-line tool or tarball, it will not be upgraded automatically when you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command: