2017 © Pedro Peláez
 

chef-role ansible-role-mysql-admin

Ansible role to administrate mysql instances on gentoo instances.

image

vundb/ansible-role-mysql-admin

Ansible role to administrate mysql instances on gentoo instances.

  • Saturday, November 26, 2016
  • by vundb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Ansible Role Mysql Admin

Ansible role to administrate mysql instances on gentoo instances., (*1)

Requirements

None., (*2)

Role Variables

  • mysql_root_password: Password used for mysql root user., (*3)

  • mysql_databases: Array with mysql databases configuration. See default vars file, (*4)

  • mysql_users: Array with mysql users configuration. See default vars file, (*5)

Dependencies

None., (*6)

Example Playbook

- hosts: all
  roles:
    - role: vundb-mysql-admin
      mysql_databases:
        - name: "example_db"
      mysql_users:
        - name: "example_user"
          pass: "example_pw"
          priv: "example_db.*:ALL"

License

MIT, (*7)

Author Information

  • You can find more roles in my GitHub channel vundb
  • Follow me on Twitter @vundb

The Versions

26/11 2016

dev-master

9999999-dev

Ansible role to administrate mysql instances on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

26/11 2016

1.1.0

1.1.0.0

Ansible role to administrate mysql instances on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

03/07 2016

1.0.0

1.0.0.0

Ansible role to administrate mysql instances on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher