| Index: hiera/roles/intraforumserver.yaml |
| =================================================================== |
| --- a/hiera/roles/intraforumserver.yaml |
| +++ b/hiera/roles/intraforumserver.yaml |
| @@ -1,11 +1,35 @@ |
| classes: |
| statsclient: |
| discourse: |
| domain: "intraforum.adblockplus.org" |
| certificate: "intraforum.adblockplus.org_sslcert.pem" |
| private_key: "intraforum.adblockplus.org_sslcert.key" |
| is_default: true |
| + site_settings: |
| + title: "Adblock Plus internal discussions" |
| + contact_email: "admins@adblockplus.org" |
| + notification_email: "donotreply@adblockplus.org" |
| + site_contact_username: "system" |
| + allow_user_locale: "t" |
| + share_links: "" |
| + login_required: "t" |
| + must_approve_users: "f" |
| + enable_local_logins: "f" |
| + allow_new_registrations: "t" |
| + enable_google_oauth2_logins: "t" |
| + enable_yahoo_logins: "f" |
| + enable_twitter_logins: "f" |
| + enable_instagram_logins: "f" |
| + enable_facebook_logins: "f" |
| + enable_github_logins: "f" |
| + email_domains_blacklist: "" |
| + email_domains_whitelist: "adblockplus.org|eyeo.com" |
| + enforce_global_nicknames: "f" |
| + max_mentions_per_post: 50 |
| + google_oauth2_client_id: "%{hiera('discourse::google_oauth2_client_id')}" |
| + google_oauth2_client_secret: "%{hiera('discourse::google_oauth2_client_secret')}" |
| + force_https: "t" |
| + white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
| requirements: |
| - memory: 1024 |
| - |
| + memory: 4096 |