mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-08 01:41:35 +01:00
fix: template tor details
This commit is contained in:
@@ -9,6 +9,9 @@ RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
|||||||
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
||||||
code_server_password: HISTORY_PURGED_SECRET
|
code_server_password: HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
|
tor_bridge_name: HISTORY_PURGED_SECRET
|
||||||
|
tor_bridge_email: nobody@HISTORY_PURGED_SECRET.com
|
||||||
|
|
||||||
signal_sender_number: +HISTORY_PURGED_SECRET
|
signal_sender_number: +HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
atlantis_array_action_pw: jeanswochenendegeschichte
|
atlantis_array_action_pw: jeanswochenendegeschichte
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- OR_PORT=20000
|
- OR_PORT=20000
|
||||||
- PT_PORT=20001
|
- PT_PORT=20001
|
||||||
- EMAIL=nobody@HISTORY_PURGED_SECRET.com
|
- EMAIL={{ tor_bridge_email }}
|
||||||
- NICKNAME=HISTORY_PURGED_SECRET
|
- NICKNAME={{ tor_bridge_name }}
|
||||||
- OBFS4_ENABLE_ADDITIONAL_VARIABLES=1
|
- OBFS4_ENABLE_ADDITIONAL_VARIABLES=1
|
||||||
- OBFS4V_AddressDisableIPv6=1
|
- OBFS4V_AddressDisableIPv6=1
|
||||||
# - OBFS4V_PublishServerDescriptor=0
|
# - OBFS4V_PublishServerDescriptor=0
|
||||||
|
|||||||
Reference in New Issue
Block a user