Compare commits

..

1 Commits

Author SHA1 Message Date
7b398d0c33 chore(deps): update ansible/ansible-lint action to v25.5.0
All checks were successful
Ansible Linter / ansible-lint (pull_request) Successful in 15s
Ansible Linter / ansible-lint (push) Successful in 2m10s
2025-05-26 07:00:47 +00:00
4 changed files with 26 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.7.0
uses: ansible/ansible-lint@v25.5.0
with:
args: "--config-file .ansible-lint"
setup_python: "true"

View File

@@ -9,10 +9,15 @@ on:
jobs:
markdown-lint:
<<<<<<< HEAD
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
=======
>>>>>>> 900dac0 (chore(ci): use DavidAnson/markdownlint-cli2-action)
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
globs: '**/*.md'

View File

@@ -1,5 +1,6 @@
# 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)
With following role can be dhcpd installed and configured.

View File

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