Configures UFW rules.
Configure the role.
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
Disable ufw manually.
ufw disable