Skip to content

Commit

Permalink
Merge pull request #132 from roles-ansible/gh
Browse files Browse the repository at this point in the history
update worker and svgs
  • Loading branch information
DO1JLR authored Dec 11, 2024
2 parents 79c8827 + 04fec57 commit 13c17fb
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 354 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: github-actions

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- 'do1jlr'
94 changes: 0 additions & 94 deletions .github/galaxy.svg

This file was deleted.

217 changes: 0 additions & 217 deletions .github/license.svg

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ jobs:

steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
lfs: true
submodules: false
fetch-depth: 0

- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.0.3
with:
path: "."
target: "./"
17 changes: 10 additions & 7 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
name: Galaxy release
name: Galaxy-NG Roles Import

# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']

jobs:
build:
name: Galaxy Role Importer
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
- name: 'Checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: 'release on galaxy'
uses: robertdebock/galaxy-action@1.2.1
- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 'main'
galaxy_version: 'main'
22 changes: 22 additions & 0 deletions .github/workflows/j2lint-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Jinja2 Linting check

# yamllint disable-line rule:truthy
on: [push, pull_request]

jobs:
build:
name: Jinja2 Linting
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Run j2lint
uses: ansible-actions/[email protected]
with:
target: "./"
22 changes: 22 additions & 0 deletions .github/workflows/yamllint-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Yamllint check

# yamllint disable-line rule:truthy
on: [push, pull_request]

jobs:
build:
name: Yamllint
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Run yamllint
uses: ansible-actions/[email protected]
with:
target: "./"
23 changes: 0 additions & 23 deletions .github/workflows/yamllint.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[![Ansible Galaxy](https://ansible.l3d.space/svg/roles-ansible.restic.svg)](https://galaxy.ansible.com/ui/standalone/roles/roles-ansible/restic/)
[![BSD-3 Clause](https://ansible.l3d.space/svg/roles-ansible.restic_license.svg)](LICENSE)
[![Maintainance](https://ansible.l3d.space/svg/roles-ansible.restic_maintainance.svg)](https://ansible.l3d.space/#roles-ansible.restic)

Ansible Role: restic
=======================

> **Beta:** This role is in beta status.
[![license](https://raw.githubusercontent.com/roles-ansible/ansible_role_restic/main/.github/license.svg)](https://github.com/roles-ansible/ansible_role_restic/blob/main/LICENSE)
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_restic/main/.github/galaxy.svg)](https://galaxy.ansible.com/do1jlr/restic)

Description
-------------
[Restic](https://github.com/restic/restic) is a versatile Go based backup
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ galaxy_info:
author: do1jlr
description: Ansible role to deploy restic and setup backups.
license: MIT
min_ansible_version: 2.10.6
min_ansible_version: 2.13.0
platforms:
- name: ArchLinux
versions:
Expand Down

0 comments on commit 13c17fb

Please sign in to comment.