mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -07:00
Update README.md
This commit is contained in:
parent
ac927fdb08
commit
ab20e55350
1 changed files with 19 additions and 5 deletions
24
README.md
24
README.md
|
@ -1,6 +1,24 @@
|
||||||
# MySQL collection for Ansible
|
# MySQL collection for Ansible
|
||||||
[](https://github.com/ansible-collections/community.mysql/actions?query=workflow%3A"Plugins+CI") [](https://github.com/ansible-collections/community.mysql/actions?query=workflow%3A"Roles+CI") [](https://codecov.io/gh/ansible-collections/community.mysql)
|
[](https://github.com/ansible-collections/community.mysql/actions?query=workflow%3A"Plugins+CI") [](https://github.com/ansible-collections/community.mysql/actions?query=workflow%3A"Roles+CI") [](https://codecov.io/gh/ansible-collections/community.mysql)
|
||||||
|
|
||||||
|
## Code of Conduct
|
||||||
|
|
||||||
|
We follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
The content of this collection are made by [people](CONTRIBUTORS) like you.
|
||||||
|
|
||||||
|
Every contribution is very welcomed!
|
||||||
|
|
||||||
|
You don't know how to start? Refer to our [contribution guide](CONTRIBUTING.md)!
|
||||||
|
|
||||||
|
## Governance
|
||||||
|
|
||||||
|
The process of decision making in this collection is based on discussing and finding consensus among participants.
|
||||||
|
|
||||||
|
Every voice is important, every idea is valuable. So if you have something on your mind, create an issue or dedicated discussion and let's discuss it!
|
||||||
|
|
||||||
## Included content
|
## Included content
|
||||||
|
|
||||||
- **Modules**:
|
- **Modules**:
|
||||||
|
@ -20,7 +38,7 @@
|
||||||
|
|
||||||
## External requirements
|
## External requirements
|
||||||
|
|
||||||
The MySQL modules rely on a MySQL connector. The list of supported drivers is below:
|
The MySQL modules rely on a MySQL connector. The list of supported drivers is below:
|
||||||
|
|
||||||
- [PyMySQL](https://github.com/PyMySQL/PyMySQL)
|
- [PyMySQL](https://github.com/PyMySQL/PyMySQL)
|
||||||
- [MySQLdb](https://github.com/PyMySQL/mysqlclient-python)
|
- [MySQLdb](https://github.com/PyMySQL/mysqlclient-python)
|
||||||
|
@ -46,10 +64,6 @@ collections:
|
||||||
|
|
||||||
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
|
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
See the [contribution guide](CONTRIBUTING.md).
|
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
<!-- Include the appropriate license information here and a pointer to the full licensing details. If the collection contains modules migrated from the ansible/ansible repo, you must use the same license that existed in the ansible/ansible repo. See the GNU license example below. -->
|
<!-- Include the appropriate license information here and a pointer to the full licensing details. If the collection contains modules migrated from the ansible/ansible repo, you must use the same license that existed in the ansible/ansible repo. See the GNU license example below. -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue