aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-19 01:10:27 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-23 03:32:36 +0100
commita25b5f82989b0e1c4abbfe0feca7f836a608c7e6 (patch)
tree96b698fba0962525f898022d22fd51b60bb0c75c /environments
parent23fd00ce5f8aa6d8419d56166f658361c1321add (diff)
downloadPuppet-a25b5f82989b0e1c4abbfe0feca7f836a608c7e6.tar.gz
Puppet-a25b5f82989b0e1c4abbfe0feca7f836a608c7e6.tar.zst
Puppet-a25b5f82989b0e1c4abbfe0feca7f836a608c7e6.zip
Caldance updates
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"