mirror of
https://github.com/roles-ansible/ansible_role_etebase.git
synced 2024-08-16 10:19:52 +02:00
commit
458fb63fa3
3 changed files with 52 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'
|
28
meta/main.yml
Normal file
28
meta/main.yml
Normal 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: []
|
|
@ -3,5 +3,5 @@ etebase__repo: 'https://github.com/etesync/server.git'
|
||||||
etebase__repo_api: 'https://api.github.com/repos/etesync/server/tags'
|
etebase__repo_api: 'https://api.github.com/repos/etesync/server/tags'
|
||||||
|
|
||||||
# versionscheck
|
# versionscheck
|
||||||
playbook_version_number: 9 # should be a integer
|
playbook_version_number: 10 # should be a integer
|
||||||
playbook_version_path: 'role-etebase'
|
playbook_version_path: 'role-do1jlr.etebase'
|
||||||
|
|
Loading…
Reference in a new issue