From 9d7f282df463f40b411e819506697a5ef867f7f2 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Mon, 22 Nov 2021 15:30:06 +0100 Subject: [PATCH] ajout de la recette de test boussu --- recipes/test_recipe_boussu.json | 59 +++++++++++++++++++ ...urelien.json => test_recipe_eurelien.json} | 0 2 files changed, 59 insertions(+) create mode 100644 recipes/test_recipe_boussu.json rename recipes/{test_receipe_eurelien.json => test_recipe_eurelien.json} (100%) diff --git a/recipes/test_recipe_boussu.json b/recipes/test_recipe_boussu.json new file mode 100644 index 0000000..7426f07 --- /dev/null +++ b/recipes/test_recipe_boussu.json @@ -0,0 +1,59 @@ +{ + "variables": { + "domain": "boussu.test.entrouvert.org" + }, + "steps": [ + {"create-hobo": { + "url": "https://hobo-${domain}/" + }}, + {"create-authentic": { + "url": "https://connexion-${domain}/", + "title": "Connexion" + }}, + {"set-idp": { + }}, + {"create-combo": { + "url": "https://portail-${domain}/", + "title": "Portail", + "template_name": "portal-user" + }}, + {"create-combo": { + "url": "https://agents-${domain}/", + "slug": "portal-agent", + "title": "Portail Agent", + "template_name": "portal-agent" + }}, + {"create-wcs": { + "url": "https://demarches-${domain}/", + "slug": "eservices", + "title": "Démarches", + "template_name": "publik.zip" + }}, + {"create-passerelle": { + "url": "https://passerelle-${domain}/", + "title": "Passerelle" + }}, + {"create-chrono": { + "url": "https://agendas-${domain}/", + "title": "Agendas" + }}, + {"set-theme": { + "theme": "clapotis-les-canards" + }}, + {"set-variable": { + "name": "environment_label", + "value": "[RECETTE]", + "label": "Bannière" + }}, + {"set-variable": { + "name": "robots_txt", + "value": "User-agent: *\nDisallow: /", + "label": "Contenu de robots.txt" + }}, + {"set-variable": { + "name": "meta_robots", + "value": "noindex, nofollow, noarchive, nosnippet, notranslate, noimageindex", + "label": "Contenu de meta name=robots" + }} + ] +} diff --git a/recipes/test_receipe_eurelien.json b/recipes/test_recipe_eurelien.json similarity index 100% rename from recipes/test_receipe_eurelien.json rename to recipes/test_recipe_eurelien.json