Coder Social home page Coder Social logo

ansible-pxc's Introduction

Percona server deployment

Percona playbook deployement

This role will let you install a Percona server.

Requirements

MySQLdb python package (required by mysql_* Ansible modules)

Role Variables

Very few variables are in this role for now. It will grow as needed.

  • mysql_backup: whether a regulard mysqldump should be made (default: unset)

    mysql_backup: crontime: [cronentry] cron entry that triggers the backup keep: [number] how many backups do we keep destination: [destination] directory in the filesystem to put backups in s3bucket: [bucketaddess] when defined, this will trigger a copy of backuped files to an S3 bucket

  • mysql_users: list of users and privileges to add besides root (see mysql_user for reference; default: [])

    mysql_users: - { user: , password: "", priv="", # (e.g. ".:ALL") host="" # (host from which user connects) }

  • mysql_bind_address: bind address (default: "127.0.0.1")

  • mysql_key_buffer: buffer size for keys (default: "16M")

  • mysql_php5: should we install mysql php5 extensions (default: false)

  • mysql_root_password: root password (default: "changeme")

  • percona_version: major.minor version to install (defaumt: "5.6")

Usage

The role is supposed to be used this way from a playbook:

  • { role: leucos.mysql }

Dependencies

This role depends on:

License

MIT

Author Information

@leucos

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.