mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-28 10:32:10 +07:00
Compare commits
17 Commits
dependabot
...
d2ec2eaa28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2ec2eaa28 | ||
|
|
a936b1b1a0 | ||
|
|
174799ee17 | ||
|
|
6eeb28133e | ||
|
|
309cafcd37 | ||
|
|
23e385e146 | ||
|
|
35c871d873 | ||
|
|
4b35bc06fc | ||
|
|
d5ea499a4c | ||
|
|
de83310be5 | ||
|
|
16c7e750f6 | ||
|
|
d9672a9b19 | ||
|
|
be00c762a6 | ||
|
|
5841e55a45 | ||
|
|
8a060a84ba | ||
|
|
a03b256d05 | ||
|
|
8b765ae507 |
@@ -2,8 +2,7 @@
|
||||
|
||||
warn_list: []
|
||||
|
||||
skip_list:
|
||||
- role-name
|
||||
skip_list: []
|
||||
|
||||
exclude_paths:
|
||||
- venv/
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
|
||||
galaxy_info:
|
||||
namespace: hanxhx
|
||||
role_name: mysql
|
||||
author: Emilien Mantel
|
||||
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
||||
|
||||
@@ -35,7 +35,7 @@ pycparser==2.22
|
||||
Pygments==2.18.0
|
||||
PyYAML==6.0.2
|
||||
referencing==0.35.1
|
||||
requests==2.32.2
|
||||
requests==2.31.0
|
||||
resolvelib==1.0.1
|
||||
rich==13.7.1
|
||||
rpds-py==0.20.0
|
||||
|
||||
Reference in New Issue
Block a user