You've already forked ansible-role-bind9
Compare commits
10 Commits
3fb3172eb5
...
master
Author | SHA1 | Date | |
---|---|---|---|
f3cbc1d81b
|
|||
b50fd28d22
|
|||
63ff0433ff
|
|||
5939225733
|
|||
974a128275 | |||
35e10931a4
|
|||
670820009c
|
|||
d38b75dae5
|
|||
73f0d2b6bf
|
|||
9321ee64a5
|
@ -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.4.0
|
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,15 +9,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
markdown-lint:
|
markdown-lint:
|
||||||
<<<<<<< HEAD
|
|
||||||
container:
|
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
|
||||||
=======
|
|
||||||
>>>>>>> 273d18c (chore(ci): use DavidAnson/markdownlint-cli2-action)
|
|
||||||
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@v19.1.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
|
dependencies: []
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: volker_raschek
|
|
||||||
role_name: bind9
|
|
||||||
author: Markus Pesch
|
author: Markus Pesch
|
||||||
description: Role to install and configure bind9 on different distributions
|
|
||||||
company: Cryptic Systems
|
company: Cryptic Systems
|
||||||
license: MIT
|
description: Role to install and configure bind9 on different distributions
|
||||||
min_ansible_version: "2.9"
|
|
||||||
platforms:
|
|
||||||
- name: "ArchLinux"
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: "Ubuntu"
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: "EL"
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- named
|
- named
|
||||||
- bind
|
- bind
|
||||||
- dyndns
|
- dyndns
|
||||||
|
license: MIT
|
||||||
dependencies: []
|
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: bind9
|
||||||
|
Reference in New Issue
Block a user