fix: fix defaults directory name

This commit is contained in:
Robert Kaussow 2023-06-21 06:52:45 +00:00
parent 558eb2fe5a
commit 932f18bf66
1 changed files with 42 additions and 0 deletions

42
_docs/index.md Normal file
View File

@ -0,0 +1,42 @@
---
title: dnsmasq
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.dnsmasq)
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.dnsmasq?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.dnsmasq)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.dnsmasq/src/branch/main/LICENSE)
Setup dnsmasq as local dns resolver.
<!--more-->
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [dnsmasq_listen_address](#dnsmasq_listen_address)
- [Dependencies](#dependencies)
---
## Requirements
- Minimum Ansible version: `2.1`
## Default Variables
### dnsmasq_listen_address
#### Default value
```YAML
dnsmasq_listen_address:
- 127.0.0.1
- ::1
```
## Dependencies
None.