Skip to content

Commit

Permalink
use backend-names in fastly config
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 19, 2024
1 parent 9b113c8 commit 4b403b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/fastly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@
check_interval: 60000
with_items:
- service: archivedeb
backend: archivedeb-backend.web01.osuosl
- service: deb
backend: deb-backend.web01.osuosl
- service: downloads
backend: downloads-backend.web01.osuosl
- service: stagingdeb
backend: stagingdeb-backend.web01.osuosl
- service: stagingyum
backend: stagingyum-backend.web01.osuosl
- service: yum
backend: yum-backend.web01.osuosl

0 comments on commit 4b403b8

Please sign in to comment.