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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.7.0
|
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"
|
@@ -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@v4.2.2
|
- 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'
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
# 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,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: []
|
||||||
|
Reference in New Issue
Block a user