No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ufw.yml 134B

1234567
  1. ---
  2. - name: Set firewall rules for SSL web traffic
  3. ufw: rule=allow port={{ item }} proto=tcp
  4. with_items:
  5. - https
  6. tags: ufw