Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/engonzal/ansible_role_firewall

Role to provision a UFW firewall.
https://github.com/engonzal/ansible_role_firewall

ansible ansible-galaxy ansible-roles ufw-firewall

Last synced: about 1 month ago
JSON representation

Role to provision a UFW firewall.

Awesome Lists containing this project

README

        

ansible_role_firewall
=========

Ansible role to provision firewall allowed ports.

Role Variables
--------------

Create a list of ports to use in this format (note do not use "quotes"):
```yaml
firewall_allow:
- 3000
firewall_allow_tcp:
- 22
```

Example Playbook
----------------

- hosts: servers
vars:
firewall_allow:
- 3000
roles:
- { role: engonzal.ansible_role_firewall, tags: [ 'firewall'] }

License
-------

BSD

Author Information
------------------

Noe Gonzalez - http://engonzal.com