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-07 11:41:43 +0200
commitdd43c84fe7fc939bbd3f36e53dc340c4a5d65789 (patch)
treef0ca58633199dd9a91d66a5afede4b3af682438a
parentUpdate dependency ruff to v0.6.4 (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/"