mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-28 10:32:10 +07:00
Compare commits
19 Commits
d2ec2eaa28
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c48785e73c | ||
|
|
f882afd7d9 | ||
|
|
63c1f44a15 | ||
|
|
edbd43067e | ||
|
|
c32411c6e4 | ||
|
|
cdfd71ce76 | ||
|
|
800258bc7e | ||
|
|
38c1701310 | ||
|
|
bd8f9604f7 | ||
|
|
2fd648e62e | ||
|
|
88934d3631 | ||
|
|
08119131aa | ||
|
|
5e26a65e8e | ||
|
|
9a79dd8d63 | ||
|
|
98237aab2f | ||
|
|
4be27557c7 | ||
|
|
28305720f7 | ||
|
|
315d7d36e6 | ||
|
|
1b434618c1 |
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
warn_list: []
|
warn_list: []
|
||||||
|
|
||||||
skip_list: []
|
skip_list:
|
||||||
|
- role-name
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- venv/
|
- venv/
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: hanxhx
|
|
||||||
role_name: mysql
|
role_name: mysql
|
||||||
author: Emilien Mantel
|
author: Emilien Mantel
|
||||||
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ pycparser==2.22
|
|||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
referencing==0.35.1
|
referencing==0.35.1
|
||||||
requests==2.31.0
|
requests==2.32.2
|
||||||
resolvelib==1.0.1
|
resolvelib==1.0.1
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
rpds-py==0.20.0
|
rpds-py==0.20.0
|
||||||
|
|||||||
Reference in New Issue
Block a user