Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngine-io/ansible-role-blocky-dns
Ansible role to manage Blocky DNS proxy
https://github.com/ngine-io/ansible-role-blocky-dns
ansible ansible-role ansible-roles blocklist blocky
Last synced: 4 months ago
JSON representation
Ansible role to manage Blocky DNS proxy
- Host: GitHub
- URL: https://github.com/ngine-io/ansible-role-blocky-dns
- Owner: ngine-io
- License: mit
- Created: 2023-12-04T13:07:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:58:27.000Z (4 months ago)
- Last Synced: 2024-09-30T17:41:41.796Z (4 months ago)
- Topics: ansible, ansible-role, ansible-roles, blocklist, blocky
- Language: Jinja
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/ngine-io/ansible-role-blocky-dns/actions/workflows/ci.yml/badge.svg)](https://github.com/ngine-io/ansible-role-blocky-dns/actions/workflows/ci.yml)
# Ansible Role: Blocky DNS
Installs and manages [Blocky DNS](https://0xerr0r.github.io/blocky).
## Requirements
None.
## Installation
Via `requirements.yml`:
```yaml
---
# file: requirements.yml
roles:
- name: ngine_io.blocky_dns
version: v0.1.0
```To install:
```
ansible-galaxy install -r requirements.yml
```## Dependencies
None.
## Example Playbook
```yaml
- hosts: dns
roles:
- role: ngine_io.blocky_dns
```## License
MIT / Apache2
## Author Information
This role was created in 2024 by [René Moser](https://renemoser.net).