From 6626f99be4121d4251b41ff7d1bd536b85fae2a7 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 19 Nov 2024 08:54:28 +0100 Subject: [PATCH] add web service to fastly setup --- ansible/fastly.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/fastly.yml b/ansible/fastly.yml index 21ce0b900..29cdb1284 100644 --- a/ansible/fastly.yml +++ b/ansible/fastly.yml @@ -42,3 +42,9 @@ backend: stagingyum-backend.web01.osuosl - service: yum backend: yum-backend.web01.osuosl + - service: www + backend: web-backend.web01.osuosl + healthcheck: index.html + domains: + - name: www.theforeman.org + - name: theforeman.org