1
0
Fork 0
ansible-collection-kit/roles/adguardhome/README.md
2021-05-26 18:20:34 +02:00

844 B

AdGuard Home

Install and configure AdGuard Home.

Role variables

  • adguardhome_become - Default: true. Enable/disable the Ansible become functionality.
  • adguardhome_become_user - Default: root. When using become functionality for privilege escalation, this is the user with desired privileges you become.
  • adguardhome_dir - Default: /srv/AdGuardHome. Directory where AdGuard Home will be installed.
  • adguardhome_user - Default: admin. Username for AdGuard Home web interface.
  • adguardhome_password - Default: changeme. Password for AdGuard Home web interface.
  • adguardhome_bind_host - Default: 0.0.0.0.
  • adguardhome_upstream_dns - Default: ["https://dns10.quad9.net/dns-query"]. List of upstream dns.
  • adguardhome_add_to_ssl_cert_group Default: false