An Ansible Role that installs and configures Snowflake proxy on GNU/Linux and FreeBSD
Snowflake proxies are one of the systems that the Tor network has in place to address censorship. This type of bridge, currently under development, adds to the alternatives and anti-censorship efforts of Pluggable Transports (PTs) such as obfs4 and meek-azure. Bridges designed as access options for people where the Tor network is blocked. More info https://snowflake.torproject.org/
You need root privileges or sudo user to run this role.
- Debian Bullseye
- Debian Buster
- Ubuntu
- ArchLinux
- Fedora
- FreeBSD
snowflake_user: snowflake snowflake_group: "{{ snowflake_user }}" snowflake_git_update: true snowflake_force_build: false snowflake_max_clients: 0 Maximum concurrent clients by default is 0 = non limit
None.
- hosts: servers roles: - nvjacobo.snowflake - hosts: snowflake vars: snowflake_max_clients: 300 roles: - nvjacobo.snowflake The above playbook has a limit of 300 concurrent clients.