From 0af4dcac8c761f1868e60897a51fd3a525f5418a Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 9 May 2020 17:50:51 +0100 Subject: [PATCH] fix: update defaults - static value for notifyEmail - set default healthCheck to "false" --- roles/init/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/init/defaults/main.yml b/roles/init/defaults/main.yml index 8758c24..eb39db0 100644 --- a/roles/init/defaults/main.yml +++ b/roles/init/defaults/main.yml @@ -2,7 +2,7 @@ pleroma_defaults: config: email: admin@localhost - notifyEmail: no_reply@{{ pleroma.config.host }} + notifyEmail: no_reply@pleroma.localhost host: pleroma.localhost listeningPort: 4000 instanceName: "Ansible Pleroma" @@ -10,7 +10,7 @@ pleroma_defaults: characterLimit: 5000 registrationsOpen: "false" configurableFromDatabase: "false" - healthCheck: "true" + healthCheck: "false" remotePostRetentionDays: 90 logLevel: info federating: "true"