{"id":42924990,"url":"https://github.com/tulibraries/ansible-role-networking","last_synced_at":"2026-01-30T18:07:35.138Z","repository":{"id":38183110,"uuid":"175481709","full_name":"tulibraries/ansible-role-networking","owner":"tulibraries","description":"Ansible Role for Application- and Subsystem- Specific Networking overlays.","archived":false,"fork":false,"pushed_at":"2026-01-29T18:33:22.000Z","size":280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-30T04:37:38.628Z","etag":null,"topics":["ansible-roles","infrastructure"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tulibraries.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-13T18:59:11.000Z","updated_at":"2026-01-29T18:33:19.000Z","dependencies_parsed_at":"2025-03-31T20:30:48.036Z","dependency_job_id":"3ada968b-818a-46d4-b54b-db0938b6e551","html_url":"https://github.com/tulibraries/ansible-role-networking","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/tulibraries/ansible-role-networking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fansible-role-networking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fansible-role-networking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fansible-role-networking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fansible-role-networking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tulibraries","download_url":"https://codeload.github.com/tulibraries/ansible-role-networking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Fansible-role-networking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-roles","infrastructure"],"created_at":"2026-01-30T18:07:34.655Z","updated_at":"2026-01-30T18:07:35.134Z","avatar_url":"https://github.com/tulibraries.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TU Libraries Ansible Role for Networking\n=========\n\nThis is a role to overlay application- or subsystem-specific networking rules.\n\nIt is applied to specific infrastructure via Playbook's use of hosts with the role's invocation.\n\nRequirements\n------------\n\nUse `Pipenv` and `.python-version` files to know the required libraries to run this role.\n\nRole Variables\n--------------\n\n### Internal Zone\n- `internal_services`: list of defined services you want to enable for the internal firewalld zone. Defaults to `[]`\n- `internal_sources`: list of IPs that you want to enable access over the internal firewalld zone. Defaults to `[]`\n- `internal_ports`: list of ports that you want to enable access to over the internal firewalld zone. Defaults to `[]`\n- `internal_rich_rules`: list of rich rules you want to enable for the internal firewalld zone. Defaults to `[]`\n\n### Trusted Zone\n- `trusted_services`: list of defined services you want to enable for the trusted firewalld zone. Defaults to `[]`\n- `trusted_sources`: list of IPs that you want to enable access over the trusted firewalld zone. Defaults to `[]`\n- `trusted_ports`: list of ports that you want to enable access to over the trusted firewalld zone. Defaults to `[]`\n- `trusted_rich_rules`: list of rich rules you want to enable for the trusted firewalld zone. Defaults to `[]`\n\n\n### Public Zone\n- `public_services`: list of defined services you want to enable for the public firewalld zone. Defaults to `[]`\n- `public_ports`: list of ports that you want to enable access to over the public firewalld zone. Defaults to `[]`\n- `public_rich_rules`: list of rich rules you want to enable for the public firewalld zone. Defaults to `[]`\n- `public_sources`: list of IPs that you want to enable access over the public firewalld zone. Defaults to `[]`\n\n[Docs on firewalld zones](https://firewalld.org/documentation/man-pages/firewalld.zones.html)\n\nDependencies\n------------\n\nThis role requires no other roles or libraries. It works through the `firewalld` ansible module.\n\nExample Playbook\n----------------\n\n    - hosts: servers\n      roles:\n         - role: networking\n           public_services: https\n\n\nLicense\n-------\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulibraries%2Fansible-role-networking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftulibraries%2Fansible-role-networking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulibraries%2Fansible-role-networking/lists"}