From ae365093f348c9508c6939094bf30140a452c8a5 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Mon, 19 Feb 2024 09:44:52 +0000 Subject: [PATCH] [skip ci] automated docs update --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index c433427..51f2dea 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ # xoxys.dnsmasq + +[![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.dnsmasq/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.dnsmasq) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.dnsmasq/src/branch/main/LICENSE) + +Setup dnsmasq as local dns resolver. + +## Table of content + +- [Requirements](#requirements) +- [Default Variables](#default-variables) + - [dnsmasq_conf](#dnsmasq_conf) +- [Dependencies](#dependencies) +- [License](#license) +- [Author](#author) + +--- + +## Requirements + +- Minimum Ansible version: `2.10` + +## Default Variables + +### dnsmasq_conf + +#### Default value + +```YAML +dnsmasq_conf: | + bind-interfaces + interface=lo +``` + +## Dependencies + +None. + +## License + +MIT + +## Author + +[Robert Kaussow](https://gitea.rknet.org/xoxys)