41 lines
796 B
Markdown
41 lines
796 B
Markdown
zabov
|
|
=========
|
|
|
|
This role setup Zabov DNS filter. More information here: https://git.keinpfusch.net/loweel/zabov
|
|
|
|
|
|
Requirements
|
|
------------
|
|
|
|
- golang >= 1.13
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
- **go_path** (string)
|
|
|
|
- **zabov_git_url** (string): Git valid url of Zabov
|
|
- **zabov_git_branch** (string): Zabov Git branch
|
|
- **zabov_installation_path** (string): Zabov installation path
|
|
- **zabov_user** (string): Zabov dedicated user
|
|
- **zabov_group** (string): Zabov dedicated group
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
`ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=your_target go_path=/opt/go/bin" --tags dns_filter`
|
|
|
|
License
|
|
-------
|
|
|
|
GPLv3
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
- [Claudio Maradonna](https://social.unitoo.it/claudio)
|