mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-11 17:44:29 +05:00
22 lines
482 B
YAML
22 lines
482 B
YAML
---
|
|
galaxy_info:
|
|
role_name: domain_routing_openwrt
|
|
namespace: itdoginfo
|
|
author: itdog
|
|
description: Configuring domain routing on Openwrt router
|
|
issue_tracker_url: https://github.com/itdoginfo/domain-routing-openwrt/issues
|
|
license: GPL-3.0
|
|
min_ansible_version: 2.10.7
|
|
platforms:
|
|
- name: OpenWrt
|
|
galaxy_tags:
|
|
- openwrt
|
|
- dnsmasq
|
|
- ipset
|
|
- wireguard
|
|
- sing-box
|
|
- openvpn
|
|
- bypass
|
|
- routing
|
|
dependencies:
|
|
- role: gekmihesg.openwrt |