You've already forked ansible-role-dhcpd
Compare commits
1 Commits
0.1.0
...
bb086f3eed
Author | SHA1 | Date | |
---|---|---|---|
bb086f3eed
|
@@ -14,7 +14,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
uses: ansible/ansible-lint@v25.2.1
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
requirements_file: "requirements.yml"
|
@@ -9,10 +9,11 @@ on:
|
||||
|
||||
jobs:
|
||||
markdown-lint:
|
||||
container:
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
- name: Lint Markdown files
|
||||
run: markdownlint --config .markdownlint.yaml .
|
||||
|
@@ -1,5 +1,6 @@
|
||||
# dhcpd
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/dhcpd-role)
|
||||
[](https://galaxy.ansible.com/volker_raschek/dhcpd)
|
||||
|
||||
With following role can be dhcpd installed and configured.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
dhcpd_tsigkeys: []
|
||||
# - name: "dyndns"
|
||||
# - name: dyndns
|
||||
# algorithm: hmac-sha512
|
||||
# secret: secret-of-tsig-key
|
||||
|
||||
|
@@ -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
|
||||
galaxy_tags:
|
||||
- dhcpd
|
||||
- dyndns
|
||||
company: Cryptic Systems
|
||||
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
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
|
||||
galaxy_tags:
|
||||
- dhcpd
|
||||
- dyndns
|
||||
|
||||
dependencies: []
|
||||
|
Reference in New Issue
Block a user