You've already forked ansible-role-dhcpd
Compare commits
14 Commits
6a93bdeb91
...
0.1.0
Author | SHA1 | Date | |
---|---|---|---|
eb7da47711
|
|||
5794792994
|
|||
1440ddcbc3
|
|||
56eaaa3d42
|
|||
6d7c4357fd | |||
ed8459c703
|
|||
92fb4941a9
|
|||
35fd1879c1
|
|||
16652ee43c
|
|||
11b365b13e
|
|||
ae7d5c5fb7
|
|||
27cba37915
|
|||
01b814a96b
|
|||
f43dbf85d0
|
@@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.2.1
|
uses: ansible/ansible-lint@v25.7.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@@ -9,11 +9,10 @@ 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@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- name: Lint Markdown files
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
run: markdownlint --config .markdownlint.yaml .
|
with:
|
||||||
|
globs: '**/*.md'
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
# dhcpd
|
# dhcpd
|
||||||
|
|
||||||
[](https://drone.cryptic.systems/volker.raschek/dhcpd-role)
|
|
||||||
[](https://galaxy.ansible.com/volker_raschek/dhcpd)
|
[](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.
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -1,24 +1,25 @@
|
|||||||
|
dependencies: []
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: volker_raschek
|
|
||||||
role_name: dhcpd
|
|
||||||
author: Markus Pesch
|
author: Markus Pesch
|
||||||
description: Role to install and configure dhcpd on different distributions
|
|
||||||
company: Cryptic Systems
|
company: Cryptic Systems
|
||||||
|
description: Role to install and configure dhcpd on different distributions
|
||||||
|
galaxy_tags:
|
||||||
|
- 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: Ubuntu
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
- name: Fedora
|
||||||
galaxy_tags:
|
versions:
|
||||||
- dhcpd
|
- all
|
||||||
- dyndns
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
dependencies: []
|
- all
|
||||||
|
role_name: dhcpd
|
||||||
|
Reference in New Issue
Block a user