Skip to content

Conversation

@liljaylj
Copy link

@liljaylj liljaylj commented Aug 1, 2025

SUMMARY

Adds firewalld functionality to add source port. E.g. firewall-cmd --add-source-port=20561/udp --zone=home.

Fixes ansible/ansible#56591

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

firewalld

ADDITIONAL INFORMATION

Usage:

- name: Permit traffic in home zone from port 20561/udp
  ansible.posix.firewalld:
    source_port: 20561/udp
    zone: home
    permanent: true
    state: enabled

@softwarefactory-project-zuul
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

firewalld: suport source port

1 participant