You've already forked ansible-role-bind9
Compare commits
13 Commits
220d23790a
...
0.1.0
Author | SHA1 | Date | |
---|---|---|---|
f3cbc1d81b
|
|||
b50fd28d22
|
|||
63ff0433ff
|
|||
5939225733
|
|||
974a128275 | |||
35e10931a4
|
|||
670820009c
|
|||
d38b75dae5
|
|||
73f0d2b6bf
|
|||
9321ee64a5
|
|||
4117cbda9a
|
|||
0e6ad65746
|
|||
36d8257cd2
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.2.1
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -9,11 +9,10 @@ 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
|
||||
- name: Lint Markdown files
|
||||
run: markdownlint --config .markdownlint.yaml .
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
bind9_acls:
|
||||
- name: internalnets
|
||||
- name: "internalnets"
|
||||
permissions: []
|
||||
# - "111.222.111.222"
|
||||
|
||||
@ -117,7 +117,7 @@ bind9_tsigkeys: []
|
||||
# secret: "secret"
|
||||
|
||||
bind9_views: []
|
||||
# - name: external
|
||||
# - name: "external"
|
||||
# match_clients:
|
||||
# - "!internalnets"
|
||||
# - "any"
|
||||
@ -135,7 +135,7 @@ bind9_views: []
|
||||
# type: master
|
||||
# notify: true
|
||||
# file: zones/external/db.local.example
|
||||
# - name: internal
|
||||
# - name: "internal"
|
||||
# match_clients:
|
||||
# - "!192.168.178.1"
|
||||
# - "internalnets"
|
||||
|
@ -1,25 +1,26 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
namespace: volker_raschek
|
||||
role_name: bind9
|
||||
author: Markus Pesch
|
||||
description: Role to install and configure bind9 on different distributions
|
||||
company: Cryptic Systems
|
||||
description: Role to install and configure bind9 on different distributions
|
||||
galaxy_tags:
|
||||
- named
|
||||
- bind
|
||||
- dyndns
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
|
||||
galaxy_tags:
|
||||
- named
|
||||
- bind
|
||||
- dyndns
|
||||
|
||||
dependencies: []
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
role_name: bind9
|
||||
|
Reference in New Issue
Block a user