Skip to content

Latest commit

 

History

History
151 lines (111 loc) · 5.87 KB

CHANGELOG.md

File metadata and controls

151 lines (111 loc) · 5.87 KB

Sophos Firewall Ansible Collection Release Notes

Topics

v1.4.2

Release Summary

Bugfix

Bugfixes

  • Fixed issue with service_acl_exception crashing when no destination hosts are defined

v1.4.1

Bugfixes

  • Correct test files

v1.4.0

Release Summary

This release introduces a new module for working with firewall rule groups.

New Modules

  • sophos.sophos_firewall.sfos_firewall_rulegroup - Manage Firewall Rules (Protect > Rules & policies).

v1.3.0

Release Summary

This release adds modules for working with authentication servers

New Modules

  • sophos.sophos_firewall.sfos_authentication_ad - Manage Authentication settings Active Directory.
  • sophos.sophos_firewall.sfos_authentication_azure - Manage Authentication settings AzureADSSO.
  • sophos.sophos_firewall.sfos_authentication_edirectory - Manage Authentication settings eDirectory.
  • sophos.sophos_firewall.sfos_authentication_ldap - Manage Authentication settings LDAP.
  • sophos.sophos_firewall.sfos_authentication_radius - Manage Authentication settings Radius.
  • sophos.sophos_firewall.sfos_authentication_tacacs - Manage Authentication settings Tacacs.

v1.2.1

Release Summary

Minor bug fixes

Bugfixes

  • Allow use of 'any' keyword for src/dst networks and services for sfos_firewall_rule module
  • Fixed documentation error in examples for sfos_zone

v1.2.0

Release Summary

This release adds modules for working with IPS and Syslog settings

New Modules

  • sophos.sophos_firewall.sfos_ips - Manage IPS protection (Protect > Intrusion Protection > IPS policies).
  • sophos.sophos_firewall.sfos_syslog - Manage Syslog servers (Configure > System services > Log settings).

v1.1.0

Release Summary

This release contains new modules for working with the SNMP agent and SNMPv3 users on Sophos Firewall

New Modules

  • sophos.sophos_firewall.sfos_snmp_agent - Manage SNMP Agent (System > Administration > SNMP).
  • sophos.sophos_firewall.sfos_snmp_user - Manage SNMPv3 User (System > Administration > SNMP).

v1.0.0

Release Summary

This is the first proper release of the sophos.sophos_firewall collection.

New Modules

  • sophos.sophos_firewall.sfos_admin_settings - Manage Admin and user settings (System > Administration).
  • sophos.sophos_firewall.sfos_atp - Manage Active Threat Protection (Protect > Active threat response > Sophos X-Ops threat feeds).
  • sophos.sophos_firewall.sfos_backup - Manage Backup settings (System > Backup & firmware).
  • sophos.sophos_firewall.sfos_device_access_profile - Manage Device Access Profiles (System > Profiles > Device Access).
  • sophos.sophos_firewall.sfos_dns - Manage DNS settings (Configure > Network > DNS).
  • sophos.sophos_firewall.sfos_firewall_rule - Manage Firewall Rules (Protect > Rules & policies).
  • sophos.sophos_firewall.sfos_fqdn_host - Manage FQDN hosts (System > Hosts & services > FQDN host).
  • sophos.sophos_firewall.sfos_fqdn_hostgroup - Manage FQDN Host Groups (System > Hosts & services > FQDN host group).
  • sophos.sophos_firewall.sfos_ip_host - Manage IP Host (System > Hosts & services > IP host).
  • sophos.sophos_firewall.sfos_ip_hostgroup - Manage IP Hostgroup (System > Hosts & services > IP host group).
  • sophos.sophos_firewall.sfos_malware_protection - Manage Malware Protection (Configure > System services > Malware protection).
  • sophos.sophos_firewall.sfos_service - Manage Service (System > Hosts and services > Services).
  • sophos.sophos_firewall.sfos_service_acl_exception - Manage Local Service Exception ACL Rules (System > Administration > Device Access).
  • sophos.sophos_firewall.sfos_servicegroup - Manage Service Group (System > Hosts and services > Service Group).
  • sophos.sophos_firewall.sfos_time - Manage Date and Time settings (System > Administration > Time).
  • sophos.sophos_firewall.sfos_user - Manage Users (Configure > Authentication > Users).
  • sophos.sophos_firewall.sfos_xmlapi - Use the XML API to get, create, update, or delete settings on Sophos Firewall.
  • sophos.sophos_firewall.sfos_zone - Manage Zones (Configure > Network > Zones).