Skip to content

Commit

Permalink
README: update (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jun 17, 2024
1 parent 89deec5 commit 1d76078
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<module_name>.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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1d76078

Please sign in to comment.