1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-06 21:12:55 +02:00

Create meta info

This commit is contained in:
L3D 2022-11-15 20:27:50 +01:00
parent 8592da46d8
commit 80832724c2
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 56 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'

32
meta/main.yml Normal file
View file

@ -0,0 +1,32 @@
---
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
- end-to-end-encryption
- 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'