mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Remove unused variables from mx-puppet-* bridges
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1131
This commit is contained in:
parent
b19fa3acb2
commit
d019e9078a
@ -13,8 +13,6 @@ playbook configuration:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
matrix_mx_puppet_discord_enabled: true
|
matrix_mx_puppet_discord_enabled: true
|
||||||
matrix_mx_puppet_discord_client_id: ""
|
|
||||||
matrix_mx_puppet_discord_client_secret: ""
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@ playbook configuration:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
matrix_mx_puppet_groupme_enabled: true
|
matrix_mx_puppet_groupme_enabled: true
|
||||||
matrix_mx_puppet_groupme_client_id: ""
|
|
||||||
matrix_mx_puppet_groupme_client_secret: ""
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@ playbook configuration:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
matrix_mx_puppet_steam_enabled: true
|
matrix_mx_puppet_steam_enabled: true
|
||||||
matrix_mx_puppet_steam_client_id: ""
|
|
||||||
matrix_mx_puppet_steam_client_secret: ""
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,9 +27,6 @@ matrix_mx_puppet_discord_homeserver_address: "{{ matrix_homeserver_container_url
|
|||||||
matrix_mx_puppet_discord_homeserver_domain: '{{ matrix_domain }}'
|
matrix_mx_puppet_discord_homeserver_domain: '{{ matrix_domain }}'
|
||||||
matrix_mx_puppet_discord_appservice_address: 'http://matrix-mx-puppet-discord:{{ matrix_mx_puppet_discord_appservice_port }}'
|
matrix_mx_puppet_discord_appservice_address: 'http://matrix-mx-puppet-discord:{{ matrix_mx_puppet_discord_appservice_port }}'
|
||||||
|
|
||||||
matrix_mx_puppet_discord_client_id: ''
|
|
||||||
matrix_mx_puppet_discord_client_secret: ''
|
|
||||||
|
|
||||||
# "@user:server.com" to allow specific user
|
# "@user:server.com" to allow specific user
|
||||||
# "@.*:yourserver.com" to allow users on a specific homeserver
|
# "@.*:yourserver.com" to allow users on a specific homeserver
|
||||||
# "@.*" to allow anyone
|
# "@.*" to allow anyone
|
||||||
|
@ -27,9 +27,6 @@ matrix_mx_puppet_groupme_homeserver_address: "{{ matrix_homeserver_container_url
|
|||||||
matrix_mx_puppet_groupme_homeserver_domain: '{{ matrix_domain }}'
|
matrix_mx_puppet_groupme_homeserver_domain: '{{ matrix_domain }}'
|
||||||
matrix_mx_puppet_groupme_appservice_address: 'http://matrix-mx-puppet-groupme:{{ matrix_mx_puppet_groupme_appservice_port }}'
|
matrix_mx_puppet_groupme_appservice_address: 'http://matrix-mx-puppet-groupme:{{ matrix_mx_puppet_groupme_appservice_port }}'
|
||||||
|
|
||||||
matrix_mx_puppet_groupme_client_id: ''
|
|
||||||
matrix_mx_puppet_groupme_client_secret: ''
|
|
||||||
|
|
||||||
# "@user:server.com" to allow specific user
|
# "@user:server.com" to allow specific user
|
||||||
# "@.*:yourserver.com" to allow users on a specific homeserver
|
# "@.*:yourserver.com" to allow users on a specific homeserver
|
||||||
# "@.*" to allow anyone
|
# "@.*" to allow anyone
|
||||||
|
@ -27,9 +27,6 @@ matrix_mx_puppet_steam_homeserver_address: "{{ matrix_homeserver_container_url }
|
|||||||
matrix_mx_puppet_steam_homeserver_domain: '{{ matrix_domain }}'
|
matrix_mx_puppet_steam_homeserver_domain: '{{ matrix_domain }}'
|
||||||
matrix_mx_puppet_steam_appservice_address: 'http://matrix-mx-puppet-steam:{{ matrix_mx_puppet_steam_appservice_port }}'
|
matrix_mx_puppet_steam_appservice_address: 'http://matrix-mx-puppet-steam:{{ matrix_mx_puppet_steam_appservice_port }}'
|
||||||
|
|
||||||
matrix_mx_puppet_steam_client_id: ''
|
|
||||||
matrix_mx_puppet_steam_client_secret: ''
|
|
||||||
|
|
||||||
# "@user:server.com" to allow specific user
|
# "@user:server.com" to allow specific user
|
||||||
# "@.*:yourserver.com" to allow users on a specific homeserver
|
# "@.*:yourserver.com" to allow users on a specific homeserver
|
||||||
# "@.*" to allow anyone
|
# "@.*" to allow anyone
|
||||||
|
Loading…
Reference in New Issue
Block a user