Skip to content

role:mariadb_server: The "configure" tag should be split up #191

Description

@markuslf

The "configure" tag does too much: it deploys configuration files and sets things like user permissions via SQL commands.

The problem with this concept is that "configure" assumes a running MariaDB instance. If MariaDB no longer starts after an update and I want to deploy adjusted configuration files to fix the issue, the role becomes unusable.

Therefore, "configure" should handle configuration files without expecting a running MariaDB instance, and everything else should be moved to a different tag.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions