|
|
|
@@ -43,14 +43,14 @@ matrix_mx_puppet_slack_oauth_redirect_path: "{{ matrix_mx_puppet_slack_path_pref |
|
|
|
matrix_mx_puppet_slack_oauth_redirect_uri: '{{ matrix_mx_puppet_slack_scheme }}://{{ matrix_mx_puppet_slack_hostname }}{{ matrix_mx_puppet_slack_oauth_redirect_path }}' |
|
|
|
|
|
|
|
# "@user:server.com" to allow specific user |
|
|
|
# "@.*:yourserver.com" to allow users on a specific homeserver |
|
|
|
# "@.*:example.com" to allow users on a specific homeserver |
|
|
|
# "@.*" to allow anyone |
|
|
|
matrix_mx_puppet_slack_provisioning_whitelist: |
|
|
|
- "@.*:{{ matrix_domain | regex_escape }}" |
|
|
|
|
|
|
|
# Leave empty to disable blacklist |
|
|
|
# "@user:server.com" disallow a specific user |
|
|
|
# "@.*:yourserver.com" disallow users on a specific homeserver |
|
|
|
# "@.*:example.com" disallow users on a specific homeserver |
|
|
|
matrix_mx_puppet_slack_provisioning_blacklist: [] |
|
|
|
|
|
|
|
matrix_mx_puppet_slack_container_network: "" |
|
|
|
|