Optimized .mds and meta/main.yml for client-wireguard roles and refactored README.md of Docker Roles

This commit is contained in:
2025-03-14 14:42:59 +01:00
parent 17e2c992b3
commit 892403cf8c
142 changed files with 1427 additions and 1395 deletions

View File

@@ -0,0 +1,6 @@
# Administration
## Execute SQL commands
```bash
docker exec -it central-mariadb mariadb -u root -p
```

View File

@@ -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.