Ansible role that configures firewalld package and service.
None.
Available variables are listed below with default values.
firewalld_package_state: present
Variable to control the state of firewalld package.
firewalld_service_state: started
firewalld_service_enabled: yes
Variables to control the state of firewalld service.
firewalld_default_interface: "{{ ansible_default_ipv4.interface }}"
firewalld_default_zone: public
Variables to control the default interface and zone.
None.
- hosts: servers
roles:
- role: 0x022b.firewalld
This project uses Semantic Versioning.
MIT