Skip to content
Extraits de code Groupes Projets
Valider ab382ae8 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Remove unused maintenance_email

parent 2c741cee
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -16,7 +16,6 @@ Variables from default directory : ...@@ -16,7 +16,6 @@ Variables from default directory :
* mm_db_name: Database name * mm_db_name: Database name
* mm_db_user: Database user * mm_db_user: Database user
* mm_db_pass: Database password * mm_db_pass: Database password
* default_maintenance_email: maintenance e-mail used to request Let's Encrypt certificate
* Mail configuration (optional, if set, a postfix proxy will be deployed, otherwise a mailhog instance will be deployed for blocking e-mails) * Mail configuration (optional, if set, a postfix proxy will be deployed, otherwise a mailhog instance will be deployed for blocking e-mails)
* mailname: domain to which the users belong to * mailname: domain to which the users belong to
* mailserver: SMTP server to use for sending e-mails (defaults to smtp.{{ domain }}) * mailserver: SMTP server to use for sending e-mails (defaults to smtp.{{ domain }})
...@@ -48,7 +47,6 @@ Including an example of how to use your role (for instance, with variables passe ...@@ -48,7 +47,6 @@ Including an example of how to use your role (for instance, with variables passe
vars: vars:
- { mm_url: "mattermost.example.org" } - { mm_url: "mattermost.example.org" }
- { mm_db_pas: "veryUnsecurePassToBeModified" } - { mm_db_pas: "veryUnsecurePassToBeModified" }
- { default_maintenance_email: "maintenance@example.org" }
License License
------- -------
......
...@@ -6,9 +6,6 @@ mm_db_name: "mattermost" ...@@ -6,9 +6,6 @@ mm_db_name: "mattermost"
mm_db_user: "mattermost" mm_db_user: "mattermost"
mm_db_pass: "veryUnsecurePassToBeModified" mm_db_pass: "veryUnsecurePassToBeModified"
# Maintenance e-mail for Let's Encrypt certificate
default_maintenance_email: maintenance@{{ domain }}
# OPTIONAL - Mailserver, if defined a postfix proxy will be deployed, otherwise MailHog will be deployed # OPTIONAL - Mailserver, if defined a postfix proxy will be deployed, otherwise MailHog will be deployed
# mailname: example.org # mailname: example.org
# mailserver: smtp.example.org # mailserver: smtp.example.org
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter