1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00

Merge pull request #6 from roles-ansible/meta

Create meta info
This commit is contained in:
L3D 2022-11-15 20:34:50 +01:00 committed by GitHub
commit 458fb63fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 2 deletions

22
.github/workflows/galaxy.yml vendored Normal file
View file

@ -0,0 +1,22 @@
---
name: Galaxy release
# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v3
- name: 'release on galaxy'
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 'main'

28
meta/main.yml Normal file
View file

@ -0,0 +1,28 @@
---
galaxy_info:
role_name: etebase
author: do1jlr
description: Ansible role to Setup and Confugure Etebase - The Backend from EteSync 2.0.
license: "MIT"
min_ansible_version: "2.12"
platforms:
- name: Debian
versions: ['all']
- name: Ubuntu
versions: ['all']
- name: Fedora
versions: ['all']
- name: EL
versions: ['all']
- name: ArchLinux
versions: ['all']
galaxy_tags:
- etebase
- etesync
- synchronisation
- encryption
- e2eencryption
- endtoend
- tasks
- calendar
dependencies: []

View file

@ -3,5 +3,5 @@ etebase__repo: 'https://github.com/etesync/server.git'
etebase__repo_api: 'https://api.github.com/repos/etesync/server/tags'
# versionscheck
playbook_version_number: 9 # should be a integer
playbook_version_path: 'role-etebase'
playbook_version_number: 10 # should be a integer
playbook_version_path: 'role-do1jlr.etebase'