This role configures ferm to send outgoing traffic to the Internet through Tor in a similar way as Tails does. This role has only been tested in Debian.
This role requires Ansible 1.6 or higher.
All these variables are defined in vars/main.yml and will be used by default.
## set to true if the host where the role is running is configured to block
## all outbound traffic except tor
usetor: true
The following roles are needed:
- ansible-role-tor-basic
- ansible-role-ferm-basic
It's not needed to setup any arguments.
- hosts: localhost
roles:
- { role: ansible-role-tor-basic
}
- { role: ansible-role-ferm-basic
}
- { role: ansible-role-ferm-tor
}
}
GPLv3
Lee Woboo