aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-09-05 18:35:38 +0200
committerGravatar Johannes Christ <[email protected]>2024-09-05 18:35:38 +0200
commitce13fad68e3daae8857f17cc4b47f6ea62f7cbbc (patch)
tree5e1d344cd45bb91a4ce0cb13a7f94e09347f0f71
parentNice (diff)
Document Fredrick's vacation script in header
-rw-r--r--ansible/roles/postfix/templates/services/fredrick-reply.sh.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2
index cad3e06..0bc0f33 100644
--- a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2
+++ b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2
@@ -1,4 +1,8 @@
#!/usr/bin/env sh
+# {{ ansible_managed }}
+#
+# Replies for Fredrick whilst he's travelling for work, and forwards replies to
+# DevOps to respond for him if necessary.
FREDRICK_TOKEN='{{ postfix_fredrick_generator_token }}'
FREDRICK_ENDPOINT="https://fredrick.python-discord.workers.dev/"