-
-
Notifications
You must be signed in to change notification settings - Fork 39
Add bulk remove all firewall rules script for VMs #42
Copy link
Copy link
Open
Labels
featureNew user-facing capabilityNew user-facing capabilityinfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Description
Description
There is no script to bulk remove all firewall rules from VMs/LXCs. While Firewall/BulkAddFirewallLXCVM.sh can add security groups, there is no corresponding removal script. Operators need to clear firewall rules when decommissioning security groups or resetting firewall configurations.
A new script should be added under Firewall/.
Acceptance Criteria
- New script
Firewall/BulkRemoveFirewallRules.shcreated - Removes all firewall rules from VMs/LXCs in a specified ID range
- Supports optionally removing only rules matching a specific security group
- Uses
ArgumentParser.shfor argument handling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew user-facing capabilityNew user-facing capabilityinfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Projects
Status
Backlog