From fb64d090c9bdb42bbb8b847952c167dbd4c3215a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 11 Mar 2018 12:25:59 +0100 Subject: [PATCH] New ssd environment --- environments/production/data/types/s1-2.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 environments/production/data/types/s1-2.yaml diff --git a/environments/production/data/types/s1-2.yaml b/environments/production/data/types/s1-2.yaml new file mode 100644 index 0000000..496b741 --- /dev/null +++ b/environments/production/data/types/s1-2.yaml @@ -0,0 +1,9 @@ +--- +classes: + base_installation: + stage: "setup" + +base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" +base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.v.immae.eu" +base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" +ssl::try_letsencrypt_for_real_hostname: true -- 2.41.0