From a0c7caf032b1a5940a14dacfea514e9d221e73d7 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 1 Apr 2022 15:08:44 -0500 Subject: [PATCH] Wrench down ddns-route53 update times Since it skips all external queries if the IP hasn't changed, we can make this much tighter. The only bound is local compute power, and there's plenty of that for something this tiny. --- playbooks/tasks/app/ddns-route53.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/app/ddns-route53.yml b/playbooks/tasks/app/ddns-route53.yml index b1dd39a..b3c3993 100644 --- a/playbooks/tasks/app/ddns-route53.yml +++ b/playbooks/tasks/app/ddns-route53.yml @@ -12,7 +12,7 @@ pull: yes env: TZ: America/Chicago - SCHEDULE: "*/30 * * * *" + SCHEDULE: "*/5 * * * *" LOG_LEVEL: "info" LOG_JSON: "false" DDNSR53_CREDENTIALS_ACCESSKEYID: !vault |