diff options
Diffstat (limited to 'environments')
-rw-r--r-- | environments/global/roles/caldance.yaml | 8 | ||||
-rw-r--r-- | environments/integration/roles/caldance.yaml | 8 |
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 @@ | |||
2 | classes: | 2 | classes: |
3 | role::caldance: ~ | 3 | role::caldance: ~ |
4 | letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" | 4 | letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" |
5 | role::caldance::user: "caldance" | ||
6 | role::caldance::group: "caldance" | ||
7 | role::caldance::home: "/home/caldance" | ||
8 | role::caldance::web_host: "%{lookup('base_installation::system_hostname')}" | ||
9 | base_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 | --- | ||
2 | role::caldance::caldance_version: ~ # Overriden in LDAP | ||
3 | role::caldance::caldance_sha256: ~ | ||
4 | role::caldance::pg_db: "caldev" | ||
5 | role::caldance::pg_user: "caldev" | ||
6 | role::caldance::mail_from: "caldev-nepasrepondre@mail.immae.eu" | ||
7 | role::caldance::smtp_host: "mail.immae.eu" | ||
8 | role::caldance::smtp_port: "465" | ||