This role installs ferm. 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
- hosts: localhost
roles:
- { role: ansible-role-ferm-basic
}
}
GPLv3
Lee Woboo