mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized .mds and meta/main.yml for client-wireguard roles and refactored README.md of Docker Roles
This commit is contained in:
6
roles/docker-mariadb/Administration.md
Normal file
6
roles/docker-mariadb/Administration.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Administration
|
||||
|
||||
## Execute SQL commands
|
||||
```bash
|
||||
docker exec -it central-mariadb mariadb -u root -p
|
||||
```
|
@@ -1,6 +1,6 @@
|
||||
# MariaDB Docker Ansible Role
|
||||
|
||||
## Overview
|
||||
## 📌 Overview
|
||||
This Ansible role facilitates the deployment of a MariaDB server using Docker. It is designed to ensure ease of installation and configuration, with the flexibility to adapt to different environments.
|
||||
|
||||
## Features
|
||||
@@ -23,10 +23,5 @@ Configure the role by setting the required variables. These can be set in the pl
|
||||
- `database_username`: The username for the database user.
|
||||
- `database_password`: The password for the database user.
|
||||
|
||||
## Execute SQL commands
|
||||
```bash
|
||||
docker exec -it central-mariadb mariadb -u root -p
|
||||
```
|
||||
|
||||
## Contributing
|
||||
Contributions to this project are welcome. Please submit issues and pull requests with your suggestions.
|
||||
|
Reference in New Issue
Block a user