diff options
-rw-r--r-- | environments/production/data/types/s1-2.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | --- | ||
2 | classes: | ||
3 | base_installation: | ||
4 | stage: "setup" | ||
5 | |||
6 | base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" | ||
7 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.v.immae.eu" | ||
8 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" | ||
9 | ssl::try_letsencrypt_for_real_hostname: true | ||