Giter Club home page Giter Club logo

Comments (4)

mrkeuz avatar mrkeuz commented on May 23, 2024

Just FYI

Worked RedHat.yml vars are:

mysql_daemon: mariadb
mysql_packages:
  - mariadb
  - mariadb-server
  - MySQL-python

"mariadb.service"

There is issue with startup:

$ journalctl -xn
...
141125  2:21:54 [ERROR] mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 2)
141125  2:21:54 [ERROR] Can't start server: can't create PID file: No such file or directory
...

For fix just remove pid-file in my.cnf.j2.

Some info about pid:
https://bugzilla.redhat.com/show_bug.cgi?id=1069586

from ansible-role-mysql.

JorisVanEijden avatar JorisVanEijden commented on May 23, 2024

Can the mysql_packages be moved from vars to defaults?
I'd like to use mysql56u from IUS for some machines.

Quote: "if you are writing a role and want to ensure the value in the role is absolutely used in that role, and is not going to be overridden by inventory, you should put it in roles/x/vars/main.yml like so, and inventory values cannot override it. -e however, still will."

from ansible-role-mysql.

geerlingguy avatar geerlingguy commented on May 23, 2024

I've set mysql_packages in a way that can be overridden, and I'll soon be working on getting the rest of the role working correctly on CentOS 7 / MariaDB.

from ansible-role-mysql.

geerlingguy avatar geerlingguy commented on May 23, 2024

See #38 .

from ansible-role-mysql.

Related Issues (20)

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.