BondAnthony / ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.
http://ansible.com/
GNU General Public License v3.0
0 stars 0 forks source link

Digital Ocean Firewall Management #4

Open BondAnthony opened 6 years ago

BondAnthony commented 6 years ago

Develop a firewall management module that will handle creating and destroying firewalls within the DO platform.

The module most create, update, and delete firewall rules sets based on user provide input.

BondAnthony commented 6 years ago

Work in progress PR has been opened on the Ansible project, looking for testers and reviewers. Code still needs to handle updating firewalls when the ruleset doesn't match the user input.

PR: https://github.com/ansible/ansible/pull/46618