mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:21:40 +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
|
||||
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
|
||||
|
||||
atlantis_array_action_pw: jeanswochenendegeschichte
|
||||
|
||||
@@ -7,8 +7,8 @@ services:
|
||||
environment:
|
||||
- OR_PORT=20000
|
||||
- PT_PORT=20001
|
||||
- EMAIL=nobody@HISTORY_PURGED_SECRET.com
|
||||
- NICKNAME=HISTORY_PURGED_SECRET
|
||||
- EMAIL={{ tor_bridge_email }}
|
||||
- NICKNAME={{ tor_bridge_name }}
|
||||
- OBFS4_ENABLE_ADDITIONAL_VARIABLES=1
|
||||
- OBFS4V_AddressDisableIPv6=1
|
||||
# - OBFS4V_PublishServerDescriptor=0
|
||||
|
||||
Reference in New Issue
Block a user