From c7b53f72f27ff6f8db914943c1e2691ea0da856e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Jun 28 2020 15:35:27 +0000 Subject: Add www.o.o to jekyll roles For now (it's still under development) it will be available as www-test.o.o (rewrite will get done in haproxy) --- diff --git a/pillar/role/jekyll_master.sls b/pillar/role/jekyll_master.sls index 20aac0e..641d019 100644 --- a/pillar/role/jekyll_master.sls +++ b/pillar/role/jekyll_master.sls @@ -12,6 +12,8 @@ profile: repo: https://github.com/openSUSE/planet-o-o.git search.opensuse.org: repo: https://github.com/openSUSE/search-o-o.git + www.opensuse.org: + repo: https://github.com/openSUSE/www.opensuse.org.git yast.opensuse.org: repo: https://github.com/yast/yast.github.io.git server_list: diff --git a/pillar/role/web_jekyll.sls b/pillar/role/web_jekyll.sls index fbadd1f..c4391aa 100644 --- a/pillar/role/web_jekyll.sls +++ b/pillar/role/web_jekyll.sls @@ -1,4 +1,4 @@ -{% set websites = ['news', 'planet', 'search', 'yast'] %} +{% set websites = ['news', 'planet', 'search', 'www', 'yast'] %} include: - role.common.nginx