mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 15:11:28 -07:00
[stable-2] Backport of all the doc PRs merged to main since the last backporting (#182)
* Add CONTRIBUTORS file (#166) (cherry picked from commitac927fdb08
) * Add documentation for privs with functions and procedures (#169) (cherry picked from commit6bce48e771
) * Update README.md (#168) * Update README.md * Fix * Add MAINTAINERS file (cherry picked from commit479edd81d1
) * Improve wording in README (#170) * Improve wording in README * Update README.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> (cherry picked from commitc909aa2182
) * Update REVIEW_CHECKLIST.md (#171) (cherry picked from commit2236110bae
) * README: add a note how people can complain (#172) * README: add a note how people can complain * Change * Improve * Update README.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> (cherry picked from commitbe4e84a92a
) * README: fix typos (#174) (cherry picked from commit2a80c301a6
) * README.md: Add link to IRC (#175) (cherry picked from commit3335a95ba5
) * README.md, CONTRIBUTING.md: add links to the Maintainer guidelines (#179) (cherry picked from commit8fad3f85b8
) * Update README (#181) (cherry picked from commit6d9288d19b
) Co-authored-by: Alexander Skiba <ghostlyrics@gmail.com>
This commit is contained in:
parent
a68c83f7b5
commit
2e748efb02
6 changed files with 317 additions and 41 deletions
33
README.md
33
README.md
|
@ -1,6 +1,33 @@
|
|||
# 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)
|
||||
|
||||
This collection is a part of Ansible package.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
We follow the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
|
||||
|
||||
If you encounter abusive behavior violating the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html), please refer to the [policy violations](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html#policy-violations) section of the Code of Conduct for information on how to raise a complaint.
|
||||
|
||||
## Contributing
|
||||
|
||||
The content of this collection is made by [people](CONTRIBUTORS) like you.
|
||||
|
||||
Any kind of contribution is very welcome.
|
||||
|
||||
You don't know how to start? Refer to our [contribution guide](CONTRIBUTING.md)!
|
||||
|
||||
The current maintainers are listed in the [MAINTAINERS](MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals. To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst).
|
||||
|
||||
Join us on IRC in the ``ansible-community`` [irc.libera.chat](https://libera.chat/) channel.
|
||||
See the [Registration guide](https://libera.chat/guides/registration) to learn how to register.
|
||||
|
||||
## Governance
|
||||
|
||||
The process of decision making in this collection is based on discussing and finding consensus among participants.
|
||||
|
||||
Every voice is important and every idea is valuable. If you have something on your mind, create an issue or dedicated discussion and let's discuss it!
|
||||
|
||||
## Included content
|
||||
|
||||
- **Modules**:
|
||||
|
@ -20,7 +47,7 @@
|
|||
|
||||
## 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)
|
||||
- [MySQLdb](https://github.com/PyMySQL/mysqlclient-python)
|
||||
|
@ -46,10 +73,6 @@ collections:
|
|||
|
||||
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
|
||||
|
||||
<!-- 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
Add a link
Reference in a new issue