ansible-adguard icon indicating copy to clipboard operation
ansible-adguard copied to clipboard

Ansible playbook to setup AdGuard Home with Unbound, including DoH, DoT & Let's Encrypt, based on Docker

Results 3 ansible-adguard issues
Sort by recently updated
recently updated
newest added

changed unbound container to listen only on locally, so then only adguard container after filtering, pass queries to this recursive DNS server, and block access to publicly accessing this recursive...

Hey, thanks for this cool project! I'm trying to execute the playbook on Ubuntu 20.04.6 LTS and ran into the following problems: ``` TASK [robertdebock.selinux : assert | Test if...

After some small hints like: - errors in documentation (wrong path for example) - problems with using sudo (sudo visudo And append a line as follows: ansibleUserName ALL=(ALL) NOPASSWD:ALL) -...