Compare commits

..

1 Commits

Author SHA1 Message Date
bb086f3eed chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 52s
Lint Markdown files / markdown-lint (push) Successful in 11s
Ansible Linter / ansible-lint (pull_request) Failing after 49s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
2025-04-14 22:35:06 +02:00
5 changed files with 22 additions and 20 deletions

View File

@@ -12,9 +12,10 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v4
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.9.2 uses: ansible/ansible-lint@v25.2.1
with: with:
args: "--config-file .ansible-lint" args: "--config-file .ansible-lint"
setup_python: "true" setup_python: "true"
requirements_file: "requirements.yml"

View File

@@ -9,10 +9,11 @@ on:
jobs: jobs:
markdown-lint: markdown-lint:
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0 - name: Lint Markdown files
with: run: markdownlint --config .markdownlint.yaml .
globs: '**/*.md'

View File

@@ -1,5 +1,6 @@
# dhcpd # dhcpd
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/dhcpd-role/status.svg)](https://drone.cryptic.systems/volker.raschek/dhcpd-role)
[![Ansible Role](https://img.shields.io/ansible/role/d/58170)](https://galaxy.ansible.com/volker_raschek/dhcpd) [![Ansible Role](https://img.shields.io/ansible/role/d/58170)](https://galaxy.ansible.com/volker_raschek/dhcpd)
With following role can be dhcpd installed and configured. With following role can be dhcpd installed and configured.

View File

@@ -1,7 +1,7 @@
--- ---
dhcpd_tsigkeys: [] dhcpd_tsigkeys: []
# - name: "dyndns" # - name: dyndns
# algorithm: hmac-sha512 # algorithm: hmac-sha512
# secret: secret-of-tsig-key # secret: secret-of-tsig-key

View File

@@ -1,25 +1,24 @@
dependencies: []
galaxy_info: galaxy_info:
namespace: volker_raschek
role_name: dhcpd
author: Markus Pesch author: Markus Pesch
company: Cryptic Systems
description: Role to install and configure dhcpd on different distributions description: Role to install and configure dhcpd on different distributions
galaxy_tags: company: Cryptic Systems
- dhcpd
- dyndns
license: MIT license: MIT
min_ansible_version: "2.9" min_ansible_version: "2.9"
namespace: volker-raschek
platforms: platforms:
- name: ArchLinux - name: ArchLinux
versions: versions:
- all - all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu - name: Ubuntu
versions: versions:
- all - all
role_name: dhcpd - name: EL
versions:
- all
galaxy_tags:
- dhcpd
- dyndns
dependencies: []