From 81ec6f92f400f667c2ce9d879396bfff00ec5bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 15 Jul 2018 11:25:27 +0200 Subject: Add file store role --- environments/global/roles/file_store.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 environments/global/roles/file_store.yaml (limited to 'environments/global/roles') diff --git a/environments/global/roles/file_store.yaml b/environments/global/roles/file_store.yaml new file mode 100644 index 0000000..c0912e2 --- /dev/null +++ b/environments/global/roles/file_store.yaml @@ -0,0 +1,4 @@ +--- +classes: + role::file_store: ~ +letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" -- cgit v1.2.3 From 3c90c9020fc4e0257fa4c73f14e609e3559b3771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 18 Aug 2018 14:02:17 +0200 Subject: Move private values --- environments/global/roles/cryptoportfolio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environments/global/roles') diff --git a/environments/global/roles/cryptoportfolio.yaml b/environments/global/roles/cryptoportfolio.yaml index 138da7a..661af2d 100644 --- a/environments/global/roles/cryptoportfolio.yaml +++ b/environments/global/roles/cryptoportfolio.yaml @@ -6,7 +6,7 @@ role::cryptoportfolio::user: "cryptoportfolio" role::cryptoportfolio::group: "cryptoportfolio" role::cryptoportfolio::home: "/home/cryptoportfolio" role::cryptoportfolio::env: "prod" -role::cryptoportfolio::webhook_url: "%{ldapvar.self.vars.cf_slack_webhook.0}" +role::cryptoportfolio::webhook_url: "" role::cryptoportfolio::pg_db: "cryptoportfolio" role::cryptoportfolio::pg_user: "cryptoportfolio" role::cryptoportfolio::web_host: "%{lookup('base_installation::system_hostname')}" -- cgit v1.2.3