Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1131pull/1141/head
| @@ -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 | ||||