Git Product home page Git Product logo

community.mysql's Introduction

MySQL collection for Ansible

Plugins CI Roles CI Codecov Discuss on Matrix at #mysql:ansible.com

This collection is a part of the Ansible package.

Our mission

The Ansible community.mysql collection goals are to produce and maintain simple, flexible, and powerful open-source software for automating MySQL and MariaDB related tasks providing good documentation for easy deployment and use.

Code of Conduct

We follow the Ansible Code of Conduct in all our interactions within this project.

If you encounter abusive behavior violating the Ansible Code of Conduct, please refer to the 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 just like you, a community of individuals collaborating on making the world better through developing automation software.

We are actively accepting new contributors.

Any kind of contribution is very welcome.

You don't know how to start? Refer to our contribution guide or ask us in the #mysql:ansible.com room on Matrix!

Collection maintenance

The current maintainers (contributors with write or higher access) are listed in the MAINTAINERS file. If you have questions or need help, feel free to mention them in the proposals.

To learn how to maintain / become a maintainer of this collection, refer to the Maintainer guidelines.

It is necessary for maintainers of this collection to be subscribed to:

  • The collection itself (the Watch button -> All Activity in the upper right corner of the repository's homepage).
  • The "Changes Impacting Collection Contributors and Maintainers" issue.

They also should be subscribed to Ansible's The Bullhorn newsletter.

Communication

The GitHub Discussions feature is disabled in this repository. Use the mysql tag on the forum in the Project Discussions or Get Help category instead.

We announce releases and important changes through Ansible's The Bullhorn newsletter. Be sure you are subscribed.

Join our team on:

We take part in the global quarterly Ansible Contributor Summit virtually or in-person. Track The Bullhorn newsletter and join us.

For more information about communication, refer to the Ansible Communication guide.

Governance

We, the MySQL team, use the forum posts tagged with mysql for general announcements and discussions.

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 forum discussion and let's discuss it!

Included content

Releases Support Timeline

We maintain each major release (1.x.y, 2.x.y, ...) for two years after the next major version is released.

Here is the table for the support timeline:

  • 1.x.y: released 2020-08-17, EOL
  • 2.x.y: released 2021-04-15, supported until 2023-12-01
  • 3.x.y: released 2021-12-01, current
  • 4.x.y: To be released

Tested with

ansible-core

  • stable-2.14
  • stable-2.15
  • stable-2.16
  • current development version

Databases

For MariaDB, only Long Term releases are tested.

  • mysql 5.7.40
  • mysql 8.0.31
  • mariadb:10.3.34 (only collection version <= 3.5.1)
  • mariadb:10.4.24 (only collection version >= 3.5.2)
  • mariadb:10.5.18 (only collection version >= 3.5.2)
  • mariadb:10.6.11 (only collection version >= 3.5.2)
  • mariadb:10.11.?? (waiting for release)

Database connectors

  • pymysql 0.7.11 (Only tested with MySQL 5.7)
  • pymysql 0.9.3
  • pymysql 1.0.2 (only collection version >= 3.6.1)
  • mysqlclient 2.0.1
  • mysqlclient 2.0.3 (only collection version >= 3.5.2)
  • mysqlclient 2.1.1 (only collection version >= 3.5.2)

External requirements

The MySQL modules rely on a MySQL connector. The list of supported drivers is below:

  • PyMySQL
  • mysqlclient
  • Support for other Python MySQL connectors may be added in a future release.

Using this collection

Installing the Collection from Ansible Galaxy

Before using the MySQL collection, you need to install it with the Ansible Galaxy CLI:

ansible-galaxy collection install community.mysql

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.mysql

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically if you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install community.mysql --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax:

ansible-galaxy collection install community.mysql:==2.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.

community.mysql's People

Contributors

andersson007 avatar laurent-indermuehle avatar jorge-rodriguez avatar rsicart avatar betanummeric avatar felixfontein avatar bmildren avatar koleo avatar ghostlyrics avatar steveteahan avatar hubiongithub avatar markuman avatar gundalow avatar ziegenberg avatar loomsen avatar paulcampbell-payroc avatar elpavel avatar perlun avatar rndmh3ro avatar webknjaz avatar tvlooy avatar unnecessary-username avatar arcmop avatar bigo8525 avatar int32bit avatar kmarse avatar lkthomas avatar aneustroev avatar codebymikey avatar gotmax23 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.