xoxys.dnsmasq/_docs/index.md

43 lines
889 B
Markdown
Raw Normal View History

2023-06-21 08:52:45 +02:00
---
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_conf](#dnsmasq_conf)
2023-06-21 08:52:45 +02:00
- [Dependencies](#dependencies)
---
## Requirements
- Minimum Ansible version: `2.1`
## Default Variables
### dnsmasq_conf
2023-06-21 08:52:45 +02:00
#### Default value
```YAML
dnsmasq_conf: |
bind-interfaces
interface=lo
2023-06-21 08:52:45 +02:00
```
## Dependencies
None.