l3d.unbound

Ansible Galaxy MIT License

无边界DNS解析器

Ansible角色,用于安装和配置unbound DNS解析器。

变量

变量 默认值 说明
unbound_listen_addresses ['127.0.0.1@53','::1@53'] 定义unbound应该监听的接口和端口
unbound_access_control ['access-control: 127.0.0.1 allow', 'access-control: ::1 allow'] 定义访问控制
unbound__state present 软件包状态。*(使用latest进行显式更新)*
submodules_versioncheck false 运行基本版本检查。推荐设置为true

要获取更多选项,请查看defaults/main.yml文件。

文件

  • unbound.conf: 主要的unbound配置文件。

    参考


测试

该角色经过一些代码检查测试。但我不清楚如何在docker容器中运行此角色,因为涉及到systemd... 如果您有改进测试的想法,请给我留言,报告问题或提交拉取请求。 如果想了解更多关于我们测试的信息,请查看github市场。

测试状态 GitHub市场
Galaxy发布 发布Ansible角色到galaxy
Yamllint GitHub操作 yamllint-github操作
Ansible Lint检查 ansible-lint操作
关于项目

Ansible role to install and configure the unbound DNS resolver.

安装
ansible-galaxy install l3d.unbound
许可证
mit
下载
37.1k
拥有者
Ansible roles provide a framework for fully independent, or interdependent collections of variables,tasks,files,templates &modules. Here we maintain some. enjoy