You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
changelogs | 2 years ago | |
meta | 2 years ago | |
plugins | 2 years ago | |
roles/proxysql | 2 years ago | |
tests | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.rst | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
codecov.yml | 2 years ago | |
galaxy.yml | 2 years ago |
README.md
ProxySQL collection for Ansible
Included content
- Modules:
- Roles:
- proxysql
Tested with Ansible
- 2.9
- 2.10
- devel
External requirements
The ProxySQL modules rely on a MySQL connector. The list of supported drivers is below:
Using this collection
Installing the Collection from Ansible Galaxy
Before using the ProxySQL collection, you need to install it with the Ansible Galaxy CLI:
ansible-galaxy collection install community.proxysql
You can also include it in a requirements.yml
file and install it via ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: community.proxysql
version: v1.0.0
See Ansible Using collections for more details.
Licensing
GNU General Public License v3.0 or later.
See LICENSE to see the full text.