Configures UFW rules.
Configure the role.
vars.yml
ufw_enabled: true # default false ufw_profiles: - bigbluebutton # default: default
And include it in your playbook.
- hosts: ufw roles: - role: ufw
Enable ufw manually.ufw enable
ufw enable
Disable ufw manually.ufw disable
ufw disable