From 82a4c665759bd2bece0e388efbb7de32b5493fa6 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 14 Sep 2021 16:54:24 +0000 Subject: [PATCH] Add registry.foo.sh to proxy servers --- playbooks/proxy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index e6c8b6b..a75cf95 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -57,6 +57,9 @@ - role: nginx/site site: print.foo.sh proxy: https://print01.home.foo.sh:631/ + - role: nginx/site + site: registry.foo.sh + proxy: ["registry01.home.foo.sh:5000", "registry02.home.foo.sh:5000"] - role: nginx/site site: wpad.foo.sh - role: nginx/site