configurations-ansible/roles/zabov
Claudio Maradonna 4ddb7d334a
add some debug messages; cleanup of some blocks; update some README with missing useful informations
2023-01-13 18:01:41 +01:00
..
defaults better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
handlers better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
meta better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
tasks add some debug messages; cleanup of some blocks; update some README with missing useful informations 2023-01-13 18:01:41 +01:00
templates/systemd/lib/systemd/system better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
tests better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
vars better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
.travis.yml better playbook organization; add zabov role; add dns-filter role 2022-11-23 11:59:37 +01:00
README.md add some debug messages; cleanup of some blocks; update some README with missing useful informations 2023-01-13 18:01:41 +01:00

README.md

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