From 521de93de710a46b8d3e29aab743bb052a238a5e Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 17 Nov 2021 20:23:35 +0100 Subject: [PATCH] pihole: fqdn (#245) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/245 Co-authored-by: mg Co-committed-by: mg --- playbooks/3_service/pihole.yml | 1 + roles/mgrote.ssh/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/3_service/pihole.yml b/playbooks/3_service/pihole.yml index 55057260..666ee851 100644 --- a/playbooks/3_service/pihole.yml +++ b/playbooks/3_service/pihole.yml @@ -27,6 +27,7 @@ MAXDBDAYS=3 MOZILLA_CANARY=true BLOCK_ICLOUD_PR=true + PIHOLE_PTR=HOSTNAMEFQDN state: present diff --git a/roles/mgrote.ssh/README.md b/roles/mgrote.ssh/README.md index 52582b8e..08ce5ff1 100644 --- a/roles/mgrote.ssh/README.md +++ b/roles/mgrote.ssh/README.md @@ -1,7 +1,7 @@ ## mgrote.ssh ### Beschreibung -Konfigutiert sshd. +Konfiguriert sshd. ### getestet auf - [x] Ubuntu (>=20.04)