From fb64d090c9bdb42bbb8b847952c167dbd4c3215a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 11 Mar 2018 12:25:59 +0100 Subject: 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 (limited to 'environments') 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 -- cgit v1.2.3 From 70c37c94e226a708fd0407a4b3742c83972967a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 12 Mar 2018 02:08:25 +0100 Subject: Upgrade bot --- environments/production/data/roles/cryptoportfolio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'environments') diff --git a/environments/production/data/roles/cryptoportfolio.yaml b/environments/production/data/roles/cryptoportfolio.yaml index 1f967bf..014df5a 100644 --- a/environments/production/data/roles/cryptoportfolio.yaml +++ b/environments/production/data/roles/cryptoportfolio.yaml @@ -3,6 +3,6 @@ classes: role::cryptoportfolio: ~ cryptoportfolio::front_version: v0.0.2-3-g6200f9a cryptoportfolio::front_sha256: 69d31251ecd4fcea46d93dfee0184b1171019a765b6744b84f6eec6b10e5818f -cryptoportfolio::bot_version: v0.5 -cryptoportfolio::bot_sha256: 8c606091da1502489cebfdae2be71522f691382287d514433f3b31dd6d301772 +cryptoportfolio::bot_version: v0.5.1 +cryptoportfolio::bot_sha256: 733789711365b2397bd996689af616a6789207d26c71a31ad1af68620b267d54 cryptoportfolio::slack_webhook: "%{ldapvar.self.vars.cf_slack_webhook.0}" -- cgit v1.2.3