-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firewalld: missing forward parameter #529
Comments
Would also be interested! Really missing this feature. |
gfokkema
added a commit
to gfokkema/ansible.posix
that referenced
this issue
Jun 11, 2024
gfokkema
added a commit
to gfokkema/ansible.posix
that referenced
this issue
Jun 11, 2024
gfokkema
added a commit
to gfokkema/ansible.posix
that referenced
this issue
Jun 11, 2024
gfokkema
added a commit
to gfokkema/ansible.posix
that referenced
this issue
Jun 11, 2024
gfokkema
added a commit
to gfokkema/ansible.posix
that referenced
this issue
Jun 11, 2024
gfokkema
added a commit
to gfokkema/ansible.posix
that referenced
this issue
Jun 11, 2024
saito-hideki
pushed a commit
to gfokkema/ansible.posix
that referenced
this issue
Sep 9, 2024
saito-hideki
pushed a commit
to gfokkema/ansible.posix
that referenced
this issue
Sep 9, 2024
saito-hideki
pushed a commit
to gfokkema/ansible.posix
that referenced
this issue
Sep 9, 2024
saito-hideki
pushed a commit
to gfokkema/ansible.posix
that referenced
this issue
Sep 9, 2024
saito-hideki
pushed a commit
to gfokkema/ansible.posix
that referenced
this issue
Sep 9, 2024
softwarefactory-project-zuul bot
added a commit
that referenced
this issue
Sep 9, 2024
Firewalld: Add functionality to set forwarding SUMMARY Adds firewalld functionality to do the equivalent of firewall-cmd --add-forwarding --zone={zone}. Functionality is exactly analogous to the firewall-cmd --add-masquerade --zone={zone} already present. Fixes #529 ISSUE TYPE Feature Pull Request COMPONENT NAME firewalld ADDITIONAL INFORMATION Usage: - ansible.posix.firewalld: forward: true state: enabled permanent: true zone: internal Reviewed-by: Abhijeet Kasurde Reviewed-by: Hideki Saito <[email protected]>
saito-hideki
pushed a commit
to saito-hideki/ansible.posix
that referenced
this issue
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
I would like to be able to add forward into zone by using firewalld module instead of "firewall-cmd --permanent --zone=docker --add-forward" command.
ISSUE TYPE
COMPONENT NAME
firewalld
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: