From d03840b0c6892d652d5984d1df4aa3272e710c98 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 21 Feb 2022 22:24:23 +0100 Subject: [PATCH] doc: meta information --- README.md | 11 ++++++++++- meta/main.yml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d78f7b0..27d1276 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ -# bind +# bind9-role + +[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/bind9-role/status.svg)](https://drone.cryptic.systems/volker.raschek/bind9-role) +[![Ansible Role](https://img.shields.io/ansible/role/d/58170)](https://galaxy.ansible.com/volker_raschek/bind9_role) With following role can be bind installed and configured. +## Installation + +```bash +ansible-galaxy install volker_raschek.bind9_role +``` + ## Supported distributions - Arch Linux diff --git a/meta/main.yml b/meta/main.yml index a74cab6..1da288b 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ galaxy_info: author: Markus Pesch - description: set up native bind + description: Role to install and configure bind9 on different distributions company: Cryptic Systems license: MIT min_ansible_version: 2.1