mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-28 10:32:10 +07:00
Compare commits
1 Commits
f882afd7d9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d35adedc64 |
@@ -1,9 +1,10 @@
|
||||
---
|
||||
|
||||
warn_list: []
|
||||
|
||||
skip_list:
|
||||
warn_list:
|
||||
- role-name
|
||||
- schema[meta]
|
||||
|
||||
skip_list: []
|
||||
|
||||
exclude_paths:
|
||||
- venv/
|
||||
|
||||
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
@@ -11,7 +11,8 @@ jobs:
|
||||
steps:
|
||||
- name: Fetch code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: galaxy
|
||||
uses: robertdebock/galaxy-action@1.2.0
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
galaxy_info:
|
||||
namespace: hanxhx
|
||||
role_name: mysql
|
||||
author: Emilien Mantel
|
||||
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
||||
|
||||
Reference in New Issue
Block a user