Ansible role to deploy adguard DNS server, using docker, on debian-based systems. https://ednz.fr
Go to file
2023-05-31 23:40:58 +02:00
defaults added handlers + readme typo 2023-05-31 22:05:56 +02:00
handlers added handlers + readme typo 2023-05-31 22:05:56 +02:00
meta update meta 2023-05-31 23:04:56 +02:00
molecule/default standard molecule config 2023-05-31 21:46:34 +02:00
tasks update docker-compose.yml 2023-05-31 22:57:46 +02:00
templates added keepalived to docker-compose 2023-05-31 23:40:58 +02:00
vars starting with a few defaults 2023-05-28 20:03:38 +02:00
.ansible-lint added ansible-lint, yamllint, license and a gitignore 2023-05-28 20:04:41 +02:00
.gitignore added ansible-lint, yamllint, license and a gitignore 2023-05-28 20:04:41 +02:00
.yamllint added ansible-lint, yamllint, license and a gitignore 2023-05-28 20:04:41 +02:00
LICENSE added ansible-lint, yamllint, license and a gitignore 2023-05-28 20:04:41 +02:00
README.md added handlers + readme typo 2023-05-31 22:05:56 +02:00

Deploy AdGuard

This repository is only a mirror. Development and testing is done on a private gitlab server.

This role install and configure adguard, with optionally virtual IP, metrics, and consul integration on debian-based distributions.

Requirements

This role assumes you have docker, docker-compose, and eventually consul installed if using the consul integration. The role will not install these components, but you can install them using the install_docker and hashicorp_consul roles.

Role Variables

Available variables are listed below, along with default values. A sample file for the default values is available in default/deploy_adguard.yml.sample in case you need it for any group_vars or host_vars configuration.

Dependencies

This role has a task that installs its own dependencies located in task/prerequisites.yml, so that you don't need to manage them. This role requires both ednxzu.manage_repositories and ednxzu.manage_apt_packages to install consul.

Example Playbook

# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
  roles:
    - ednxzu.hashicorp_consul

License

MIT / BSD

Author Information

This role was created by Bertrand Lanson in 2023.