firewalld

Role Name

Install and configure firewalld

Requirements

None as the firewalld package is being installed.

Role Variables

Default variables are set in defaults/main.yml.

Dependencies

No dependency on other Ansible Galaxy roles.

Example Playbook

---
- hosts: servers
  vars:
    firewalld_services_enable:
      - https
      - ssh
    firewalld_services_disable:
      - ftp
      - http
    firewalld_rich_rule_add:
      - zone: public
        family: ipv4
        address: 192.0.2.0/24
        port: 22
        protocol: tcp
        action: accept
  roles:
      - { role: hspaans.firewalld, become: true }

License

MIT

Author Information

This role was created in 2020 by Hans Spaans.

About

Install firewalld and maintain firewall rulesets

Install
ansible-galaxy install hspaans/ansible-role-firewalld
GitHub repository
License
mit
Downloads
1010
Owner
GitBiz evangelist that follows the enlightenment path of CI/CD towards NoOps.