https://github.com/redhat-cop/security.firewall_mgmt
Firewall Policy Automation
https://github.com/redhat-cop/security.firewall_mgmt
ansible validated-content
Last synced: 2 months ago
JSON representation
Firewall Policy Automation
- Host: GitHub
- URL: https://github.com/redhat-cop/security.firewall_mgmt
- Owner: redhat-cop
- License: gpl-3.0
- Created: 2022-07-29T06:37:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T18:12:04.000Z (over 3 years ago)
- Last Synced: 2026-04-21T19:53:21.958Z (3 months ago)
- Topics: ansible, validated-content
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 19
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Security Firewall Management Collection
This repository contains the `security.firewall_mgmt` Ansible Collection.
## Description
An Ansible Collection to build, maintain and validate Firewall management and policies across security providers firewall appliances. See Supported Providers section for more details.
## Example Playbook
Below example TCs of running the Role at Cisco ASA Firewall:
- hosts: asa
gather_facts: false
roles:
- security.firewall_mgmt.run
## Supported providers
| **Provider** |
|------------------------|
| Cisco ASA |
## Requirements
This following collections should be installed:
- ansible.netcommon
- cisco.asa
### Code of Conduct
This collection follows the Ansible project's
[Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html).
Please read and familiarize yourself with this document.
## Release notes
Release notes are available [here](https://github.com/redhat-cop/security.firewall_mgmt/blob/main/CHANGELOG.rst).
## Author Information
Ansible Security Automation Team (@justjais) .
## Licensing
GNU General Public License v3.0 or later.
See [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.