Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/engonzal/ansible_role_firewall
- Owner: engonzal
- Created: 2018-10-01T03:16:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T20:12:12.000Z (over 6 years ago)
- Last Synced: 2024-11-06T20:40:45.611Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-roles, ufw-firewall
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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