From f7b5e3c4b39c10157b50469d25603c876dd963d7 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 6 Dec 2024 13:41:31 +0100 Subject: [PATCH] ansible: Update AWS documentation wrt. webhook Our webhook has ran in CentOS CI for a long time. tasks/README.md also says so, but the AWS documentation contradicted that. Update it accordingly. --- ansible/aws/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/aws/README.md b/ansible/aws/README.md index df8c50fb..d291537f 100644 --- a/ansible/aws/README.md +++ b/ansible/aws/README.md @@ -59,7 +59,8 @@ If you run more than one at a time, set a custom host name with `-e hostname=coc Webhook setup ------------- -AWS runs our primary webhook. Deploy or update it with: +Our primary webhook runs in CentOS CI. If that goes down, we can bring up a +fallback in AWS. Deploy or update it with: ansible-playbook -i inventory aws/launch-webhook.yml