NewNewYorkBridges / ansible-tor-bridge

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

50unattended-upgrades is incomplete #19

Open toralf opened 2 years ago

toralf commented 2 years ago

The file alphacorvus.ansible_tor_bridge/templates/50unattended-upgrades.j2 is missing this line

"origin=Debian,codename=${distro_codename}-security,label=Debian-Security";

at least for Hetzner VPS.

pjsier commented 2 years ago

Would it make sense to remove the unattended upgrades functionality from this role altogether and instead recommend using a separate role like this one? https://galaxy.ansible.com/jnv/unattended-upgrades

It is mentioned in the Tor bridge setup instructions, but it feels like separate functionality that requires additional maintenance that can be offloaded to a separate role