Skip to content

Commit

Permalink
Upgrade to AdGuard Home 0.107.44 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Cook <[email protected]>
  • Loading branch information
bcook254 and Benjamin Cook authored Apr 21, 2024
1 parent 1bdeec7 commit 42e5bcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
adguardhome_version: 0.107.43
adguardhome_version: 0.107.44
adguardhome_user: adguardhome
adguardhome_group: adguardhome
adguardhome_daemon: adguardhome
Expand Down Expand Up @@ -51,8 +51,6 @@ adguardhome_bootstrap_dns:
- '149.112.112.0'
- '2620:fe::10'
- '2620:fe::fe:10'
adguardhome_all_servers: 'false'
adguardhome_fastest_addr: 'false'
adguardhome_fastest_timeout: '1s'
adguardhome_allowed_clients: []
adguardhome_disallowed_clients: []
Expand Down Expand Up @@ -167,3 +165,4 @@ adguardhome_fallback_dns: []
adguardhome_ratelimit_subnet_len_ipv4: 24
adguardhome_ratelimit_subnet_len_ipv6: 56
adguardhome_serve_plain_dns: 'true'
adguardhome_upstream_mode: 'load_balance'
2 changes: 1 addition & 1 deletion molecule/ci/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
chdir: /usr/local/bin
changed_when: false
register: __adguardhome_version
failed_when: __adguardhome_version is not search('0.107.43')
failed_when: __adguardhome_version is not search('0.107.44')

- name: Check if adguardhome.service is started
ansible.builtin.service:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
chdir: /usr/local/bin
changed_when: false
register: __adguardhome_version
failed_when: __adguardhome_version is not search('0.107.43')
failed_when: __adguardhome_version is not search('0.107.44')

- name: Check if adguardhome.service is started
ansible.builtin.service:
Expand Down
5 changes: 2 additions & 3 deletions templates/AdGuardHome.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ dns:
- {{ address }}
{% endfor %}
{% endif %}
all_servers: {{ adguardhome_all_servers }}
fastest_addr: {{ adguardhome_fastest_addr }}
upstream_mode: {{ adguardhome_upstream_mode }}
fastest_timeout: {{ adguardhome_fastest_timeout }}
allowed_clients:{% if adguardhome_allowed_clients|length <= 0 %}
[]
Expand Down Expand Up @@ -361,4 +360,4 @@ os:
group: {{ adguardhome_os_group }}
user: {{ adguardhome_os_user }}
rlimit_nofile: {{ adguardhome_rlimit_nofile }}
schema_version: 27
schema_version: 28

0 comments on commit 42e5bcc

Please sign in to comment.