NewNewYorkBridges / ansible-tor-bridge

Ansible role to deploy Tor Bridge nodes.
GNU General Public License v3.0
7 stars 5 forks source link

overwrite the torrc Nickname #11

Closed toralf closed 2 years ago

toralf commented 2 years ago

Currently the torrc Nickname is hard coded to the hostname.

Whilst the user can overwrite it, eg by https://github.com/toralf/tor-relays/blob/main/hosts.example.yml#L9 I do wonder if there's a better solution than having two Nickname lines in torrc ?

toralf commented 2 years ago

BTW does additionnal has 1 "n" too much ?

lilianbaz commented 2 years ago

Hardcoded value for nickname, extorport and obfs4_ip were replaced by vars and declared in default/main.yml, so you can now override this values by declaring them in host file for example.