From bb6ae52acd97aff645417b234834751b3e84d414 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 21 Mar 2021 00:07:30 +0100 Subject: [PATCH] Change meta and README Information --- .github/galaxy.svg | 85 +++++++++++++++++++++ .github/license.svg | 60 +++++++++++++++ .github/workflows/ansible-linting-check.yml | 8 +- README.md | 18 ++--- meta/main.yml | 37 ++++----- 5 files changed, 176 insertions(+), 32 deletions(-) create mode 100644 .github/galaxy.svg create mode 100644 .github/license.svg diff --git a/.github/galaxy.svg b/.github/galaxy.svg new file mode 100644 index 0000000..5e5c1f3 --- /dev/null +++ b/.github/galaxy.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/license.svg b/.github/license.svg new file mode 100644 index 0000000..c711475 --- /dev/null +++ b/.github/license.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 41dcb97..7973217 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -2,7 +2,13 @@ name: Ansible Lint check # yamllint disable-line rule:truthy -on: [push, pull_request] +on: + push: + branches: '*' + pull_request: + branches: '*' + schedule: + - cron: '42 6 * */1 *' jobs: build: diff --git a/README.md b/README.md index 3ad1a7a..79c60c6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ -# Ansible role gitea - Install a gitea server -[![Build Status](https://travis-ci.org/thomas-maurice/ansible-role-gitea.svg?branch=master)](https://travis-ci.org/thomas-maurice/ansible-role-gitea) -![Ansible Role](https://img.shields.io/ansible/role/38779) -![Ansible Role](https://img.shields.io/ansible/role/d/38779) -![Ansible Quality Score](https://img.shields.io/ansible/quality/38779) +[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_gitea/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/gitea) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_gitea/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_gitea/blob/main/LICENSE) -This role installs and manages a [gitea](https://gitea.io) server - + ansible role gitea +=================== + +This role installs and manages [gitea](https://gitea.io) - Git with a cup of tea. A painless self-hosted Git service. Gitea is a community managed lightweight code hosting solution written in Go. [Source code & screenshots](https://github.com/go-gitea/gitea). -Gitea is a Golang Git repository webapp, having the same look and feel as GitHub. - ## Sample example of use in a playbook The following code has been tested with Debian 8, it should work on Ubuntu as well. @@ -168,7 +165,7 @@ As this will only deploy config files, fail2ban already has to be installed or o ## Contributing Don't hesitate to create a pull request, and when in doubt you can reach me on -Twitter [@thomas_maurice](https://twitter.com/thomas_maurice). +Mastodon [@l3d@chaos.social](https://chaos.social/@l3d). I'm happy to fix any issue that's been opened, or even better, review your pull requests :) @@ -192,7 +189,8 @@ and so on. This has to be worked on. ## License ``` -Copyright 2019-present Thomas Maurice +Copyright (c) 2019 - today L3D +Copyright (c) 2019 - 2021 Thomas Maurice Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/meta/main.yml b/meta/main.yml index 827fab6..036be55 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,32 +1,27 @@ --- galaxy_info: - author: Thomas Maurice - description: Ansible Role - Gitea + role_name: gitea + author: do1jlr + description: Ansible role to configure and deploy gitea, a painless self-hosted Git service. + license: "BSD-3-Clause" min_ansible_version: 2.9.8 - license: BSD-3-Clause + github_branch: main + platforms: + - name: Debian + versions: all + - name: Ubuntu + versions: all + - name: Fedora + versions: all + - name: EL + versions: all galaxy_tags: - - git - gitea + - git - system - development - sourcecontrol - selfhosted - gitserver - gogs - platforms: - - name: Debian - versions: - - stretch - - buster - - name: Ubuntu - versions: - - xenial - - bionic - - focal - - name: CentOS - versions: - - 7 - - 8 - - name: Fedora - versions: - - 33 +dependencies: []