Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup SQL references non-existant variables and incorrect service #22

Open
wingzero54 opened this issue Nov 23, 2021 · 2 comments
Open

Comments

@wingzero54
Copy link

wingzero54 commented Nov 23, 2021

  mysql_db: "name={{ global_mysql_database }} 

global_mysql_database is not defined anywhere

  mysql_user: "name={{ global_mysql_user }} password={{ global_mysql_password }} login_password={{ mysql_root_pass }} login_unix_socket={{ mysql_socket_location }} priv={{ global_mysql_database }}.*

global_mysql_user and global_mysql_password is not defined anywhere

My assumption is these variables are all supposed to be in either variables/all.yml or variables/passwords.yml

  service:
    name: mariadb

Per the MariaDB documentation the service is called mysql, mariadb is not a recognized service

@wingzero54 wingzero54 changed the title Setup SQL references non-existant variables and incorrect service? Setup SQL references non-existant variables and incorrect service Nov 23, 2021
@Diet-Cola
Copy link

Formatting weird

@Maxopoly
Copy link

Yes, the README of this repo is unchanged from cloning the repo from civclassics, need to update it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants