September 2018
Beginner to intermediate
214 pages
5h 53m
English
This is an Ansible management module for the Linux firewall UFW. It basically manages ports, protocols, and IPS firewall permissions. An example playbook to enable a port on a specific protocol can be written as follows:
- name: add port 5000 for iperf testing on all hosts ufw: rule: allow port: 5000 proto: tcp
This module requires ufw , as the command-line tool, to be installed on the remote hosts.
Read now
Unlock full access