1
0
Fork 0
This commit is contained in:
Daniele Tricoli 2021-05-26 18:20:34 +02:00
parent fd00e713e4
commit 7fac87a9cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# AdGuard Home # AdGuard Home
Installs and configure [AdGuard Home](https://adguard.com/en/adguard-home/overview.html). Install and configure [AdGuard Home](https://adguard.com/en/adguard-home/overview.html).
## Role variables ## Role variables
* `adguardhome_become` - Default: true. Enable/disable the Ansible become * `adguardhome_become` - Default: true. Enable/disable the Ansible become
functionality. functionality.
* `nftables_become_user` - Default: root. When using become functionality for * `adguardhome_become_user` - Default: root. When using become functionality for
privilege escalation, this is the user with desired privileges you become. privilege escalation, this is the user with desired privileges you become.
* `adguardhome_dir` - Default: /srv/AdGuardHome. Directory where AdGuard Home * `adguardhome_dir` - Default: /srv/AdGuardHome. Directory where AdGuard Home
will be installed. will be installed.