{"id":16130028,"url":"https://github.com/jomrr/ansible-role-firewalld","last_synced_at":"2026-05-07T05:31:33.698Z","repository":{"id":227684924,"uuid":"770637711","full_name":"jomrr/ansible-role-firewalld","owner":"jomrr","description":"Ansible role for setting up firewalld.","archived":false,"fork":false,"pushed_at":"2024-07-14T13:24:11.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T07:40:50.986Z","etag":null,"topics":["ansible","ansible-role","firewalld"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jomrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-11T22:24:45.000Z","updated_at":"2024-07-09T18:43:53.000Z","dependencies_parsed_at":"2024-11-01T09:26:31.302Z","dependency_job_id":"a65cca12-45cd-4c4c-be88-5e0a6e056497","html_url":"https://github.com/jomrr/ansible-role-firewalld","commit_stats":null,"previous_names":["jam82/ansible-role-firewalld","jomrr/ansible-role-firewalld"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jomrr/ansible-role-firewalld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jomrr%2Fansible-role-firewalld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jomrr%2Fansible-role-firewalld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jomrr%2Fansible-role-firewalld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jomrr%2Fansible-role-firewalld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jomrr","download_url":"https://codeload.github.com/jomrr/ansible-role-firewalld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jomrr%2Fansible-role-firewalld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32724455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","firewalld"],"created_at":"2024-10-09T22:14:15.453Z","updated_at":"2026-05-07T05:31:33.679Z","avatar_url":"https://github.com/jomrr.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible role firewalld\n\n![GitHub](https://img.shields.io/github/license/jomrr/ansible-role-firewalld) ![GitHub last commit](https://img.shields.io/github/last-commit/jomrr/ansible-role-firewalld) ![GitHub issues](https://img.shields.io/github/issues-raw/jomrr/ansible-role-firewalld)\n\n**Ansible role for setting up firewalld.**\n\n## Description\n\nInstall firewalld, manage zones and interface assignments and configure rules.\nRich and direct rules are also supported.\n\n## Prerequisites\n\nThis role has no special prerequisites.\n\n### System packages (Fedora)\n\n- `python3` (Python 3.8 or later)\n- `python3-nftables`\n\n### Python (requirements.txt)\n\n- ansible \u003e= 2.15\n\n## Dependencies (requirements.yml)\n\nThis role has no dependencies.\n\n## Supported Platforms\n\n| OS Family | Distribution | Version | Container Image |\n|-----------|--------------|---------|-----------------|\n| RedHat | AlmaLinux | 8 | [jomrr/molecule-almalinux:8]( https://hub.docker.com/r/jomrr/molecule-almalinux ) |\n| | | 9 | [jomrr/molecule-almalinux:9]( https://hub.docker.com/r/jomrr/molecule-almalinux ) |\n| Alpine | Alpine | 3.18 | [jomrr/molecule-alpine:3.18]( https://hub.docker.com/r/jomrr/molecule-alpine ) |\n| | | 3.19 | [jomrr/molecule-alpine:3.19]( https://hub.docker.com/r/jomrr/molecule-alpine ) |\n| Debian | Debian | 11 | [jomrr/molecule-debian:11]( https://hub.docker.com/r/jomrr/molecule-debian ) |\n| | | 12 | [jomrr/molecule-debian:12]( https://hub.docker.com/r/jomrr/molecule-debian ) |\n| RedHat | Fedora | 39 | [jomrr/molecule-fedora:39]( https://hub.docker.com/r/jomrr/molecule-fedora ) |\n| | | 40 | [jomrr/molecule-fedora:40]( https://hub.docker.com/r/jomrr/molecule-fedora ) |\n| | | rawhide | [jomrr/molecule-fedora:rawhide]( https://hub.docker.com/r/jomrr/molecule-fedora ) |\n| Debian | Ubuntu | 20.04 | [jomrr/molecule-ubuntu:20.04]( https://hub.docker.com/r/jomrr/molecule-ubuntu ) |\n| | | 22.04 | [jomrr/molecule-ubuntu:22.04]( https://hub.docker.com/r/jomrr/molecule-ubuntu ) |\n| | | 24.04 | [jomrr/molecule-ubuntu:24.04]( https://hub.docker.com/r/jomrr/molecule-ubuntu ) |\n\n## Role Variables\n\nNo role default variables specified, see [defaults/main.yml](defaults/main.yml).\n\n## Example Playbook\n\nExample playbooks(s) that show how to use this role.\n\n## Simple example playbook\n\nA simple default example playbook for using jomrr.firewalld.\n```yaml\n---\n# name: \"jomrr.firewalld\"\n# file: \"playbook_firewalld.yml\"\n\n- name: \"PLAYBOOK | firewalld\"\n  hosts: all\n  gather_facts: true\n  roles:\n    - role: \"jomrr.firewalld\"\n```\n\n## Author(s) and License\n\n- :octocat:                 Author::    [jomrr](https://github.com/jomrr)\n- :triangular_flag_on_post: Copyright:: 2024, Jonas Mauer\n- :page_with_curl:          License::   [MIT](LICENSE)\n\n## References\n\n- [firewalld](https://firewalld.org/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjomrr%2Fansible-role-firewalld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjomrr%2Fansible-role-firewalld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjomrr%2Fansible-role-firewalld/lists"}