Role to mange some Firewalld features
- Ansible >= 2.4
- Linux Distribution
- RedHat Family
- CentOS
- 7
- Note: Other versions are likely to work but have not been tested.
- CentOS
- RedHat Family
The following variables will change the behavior of this role (default values are shown below):
# Allow/disallow inbound remote access to port 80
allow_remote_port_80: false
# Allow/disallow inbound remote access to port 8080
allow_remote_port_8080: false
- hosts: web
roles:
- { role: nerdmeeting.firewalld }
Inside vars/main.yml
:
allow_remote_port_80: true
MIT / BSD
Role created in 2019 by Nathan Bills