aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
Diffstat (limited to 'environments')
-rw-r--r--environments/global/roles/caldance.yaml8
-rw-r--r--environments/integration/roles/caldance.yaml8
2 files changed, 16 insertions, 0 deletions
diff --git a/environments/global/roles/caldance.yaml b/environments/global/roles/caldance.yaml
index 1dc7fa8..98382bf 100644
--- a/environments/global/roles/caldance.yaml
+++ b/environments/global/roles/caldance.yaml
@@ -2,3 +2,11 @@
2classes: 2classes:
3 role::caldance: ~ 3 role::caldance: ~
4letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" 4letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}"
5role::caldance::user: "caldance"
6role::caldance::group: "caldance"
7role::caldance::home: "/home/caldance"
8role::caldance::web_host: "%{lookup('base_installation::system_hostname')}"
9base_installation::system_users:
10 - username: "%{lookup('role::caldance::user')}"
11 system: true
12 password: "!!"
diff --git a/environments/integration/roles/caldance.yaml b/environments/integration/roles/caldance.yaml
new file mode 100644
index 0000000..6a8ef9a
--- /dev/null
+++ b/environments/integration/roles/caldance.yaml
@@ -0,0 +1,8 @@
1---
2role::caldance::caldance_version: ~ # Overriden in LDAP
3role::caldance::caldance_sha256: ~
4role::caldance::pg_db: "caldev"
5role::caldance::pg_user: "caldev"
6role::caldance::mail_from: "caldev-nepasrepondre@mail.immae.eu"
7role::caldance::smtp_host: "mail.immae.eu"
8role::caldance::smtp_port: "465"