mirror of
https://github.com/roles-ansible/ansible_role_etebase.git
synced 2024-08-16 10:19:52 +02:00
Create meta info
This commit is contained in:
parent
8592da46d8
commit
80832724c2
3 changed files with 56 additions and 2 deletions
22
.github/workflows/galaxy.yml
vendored
Normal file
22
.github/workflows/galaxy.yml
vendored
Normal 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
32
meta/main.yml
Normal 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: []
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue