You've already forked ansible-role-bind9
Compare commits
8 Commits
73f0d2b6bf
...
master
Author | SHA1 | Date | |
---|---|---|---|
f3cbc1d81b
|
|||
b50fd28d22
|
|||
63ff0433ff
|
|||
5939225733
|
|||
974a128275 | |||
35e10931a4
|
|||
670820009c
|
|||
d38b75dae5
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.5.0
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -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
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: "ArchLinux"
|
||||
versions:
|
||||
- all
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- all
|
||||
- name: "EL"
|
||||
versions:
|
||||
- all
|
||||
|
||||
description: Role to install and configure bind9 on different distributions
|
||||
galaxy_tags:
|
||||
- named
|
||||
- bind
|
||||
- dyndns
|
||||
|
||||
dependencies: []
|
||||
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: bind9
|
||||
|
Reference in New Issue
Block a user