-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: improve firewall resources management #324
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jooola
force-pushed
the
firewall_apply_to
branch
2 times, most recently
from
September 13, 2023 12:11
4981cec
to
e8d1b1b
Compare
jooola
force-pushed
the
firewall_apply_to
branch
from
September 25, 2023 11:42
e8d1b1b
to
f8d396e
Compare
jooola
changed the title
feat(firewall): add firewall resources management
feat: add firewall resources management
Sep 25, 2023
jooola
force-pushed
the
firewall_apply_to
branch
from
December 19, 2023 19:07
f8d396e
to
d36a289
Compare
jooola
changed the title
feat: add firewall resources management
feat: improve firewall resources Dec 20, 2023
firewall_info
modules
jooola
changed the title
feat: improve firewall resources
feat: improve firewall resources management
Dec 20, 2023
firewall_info
modules
jooola
force-pushed
the
firewall_apply_to
branch
5 times, most recently
from
December 21, 2023 18:05
181f93d
to
a50eb5c
Compare
LarsKumbier
reviewed
Dec 22, 2023
apricote
reviewed
Jan 9, 2024
jooola
force-pushed
the
firewall_apply_to
branch
from
January 12, 2024 22:50
6e13310
to
feb3ced
Compare
apricote
approved these changes
Jan 25, 2024
Co-authored-by: Julian Tölle <[email protected]>
jooola
force-pushed
the
firewall_apply_to
branch
from
February 1, 2024 15:40
f06d1ce
to
5ce4c94
Compare
Closed
jooola
pushed a commit
that referenced
this pull request
Feb 2, 2024
🤖 I have created a release *beep* *boop* --- ## [2.5.0](2.4.1...2.5.0) (2024-02-02) ### Features * add `hostvars_prefix` and `hostvars_suffix` options to inventory hostvars ([#423](#423)) ([4e3f89a](4e3f89a)) * allow forcing the deletion of firewalls that are still in use ([#447](#447)) ([559d315](559d315)) * improve firewall resources management ([#324](#324)) ([2757fe7](2757fe7)) * replace `ansible.netcommon` utils with python3 `ipaddress` module ([#416](#416)) ([4cfdf50](4cfdf50)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
applied_to
.firewall_info
module to gather firewalls info.firewall_resource
module to manage firewalls resources.Fixes #111
ISSUE TYPE
COMPONENT NAME
firewall
firewall_info
firewall_resource