{"id":19974592,"url":"https://github.com/elan-ev/opencast_firewalld","last_synced_at":"2026-05-15T05:38:24.539Z","repository":{"id":40561509,"uuid":"382103577","full_name":"elan-ev/opencast_firewalld","owner":"elan-ev","description":"Ansible role providing a simple firewalld configuration for Opencast","archived":false,"fork":false,"pushed_at":"2024-07-23T07:16:55.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-19T19:55:49.838Z","etag":null,"topics":["ansible","ansible-role","opencast"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elan-ev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-01T17:05:03.000Z","updated_at":"2024-07-23T07:11:36.000Z","dependencies_parsed_at":"2022-08-09T23:10:49.941Z","dependency_job_id":null,"html_url":"https://github.com/elan-ev/opencast_firewalld","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elan-ev/opencast_firewalld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_firewalld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_firewalld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_firewalld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_firewalld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elan-ev","download_url":"https://codeload.github.com/elan-ev/opencast_firewalld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elan-ev%2Fopencast_firewalld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","opencast"],"created_at":"2024-11-13T03:15:32.078Z","updated_at":"2025-11-26T05:03:25.750Z","avatar_url":"https://github.com/elan-ev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible: Opencast Firewalld Role\n================================\n\nThis Ansible role provides a simple firewalld configuration for Opencast.\nThe idea behind this set-up is to:\n\n- Generally allow network communication within the cluster\n- Allow communication via HTTP(S) from the outside world\n\n\nRequirements\n------------\n\nThis role uses [community.general.dig](https://docs.ansible.com/ansible/latest/collections/community/general/dig_lookup.html)\nto look up the IP addresses for the given hostnames.\nMake sure to have on your host system:\n\n- dnspython\n- [community.general collection](https://galaxy.ansible.com/community/general)\n\n\nRole Variables\n--------------\n\n- `opencast_firewall_internal_hosts`\n    - List of hosts between which to allow all network communication (default: `groups[\"all\"]`)\n- `opencast_firewall_http_hosts`\n    - List of hosts to allow external HTTP communications to (default: `groups[\"all\"]`)\n    - Often makes sense to set this to something like `groups[\"opencast\"]`\n- `opencast_firewall_https_hosts`\n    - List of hosts to allow external HTTPS communications to (default: `opencast_firewall_http_hosts`)\n- `opencast_firewall_ipv4`\n    - Look up IPv4 addresses of hostnames\n- `opencast_firewall_ipv6`\n    - Look up IPv6 addresses of hostnames\n\n\nExample Playbook\n----------------\n\nExample of how to configure and use the role:\n\n```yaml\n- hosts: servers\n  become: true\n  roles:\n    - role: elan.opencast_firewalld\n      opencast_firewall_http_hosts: '{{ groups[\"opencast\"] }}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felan-ev%2Fopencast_firewalld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felan-ev%2Fopencast_firewalld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felan-ev%2Fopencast_firewalld/lists"}