diff --git a/_docs/index.md b/_docs/index.md new file mode 100644 index 0000000..d740a05 --- /dev/null +++ b/_docs/index.md @@ -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. + + + +- [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.