{"id":18792833,"url":"https://github.com/deekayen/ansible-role-ping","last_synced_at":"2025-09-10T21:07:21.179Z","repository":{"id":138909283,"uuid":"208340066","full_name":"deekayen/ansible-role-ping","owner":"deekayen","description":"Update rules in firewalld to allow ping and traceroute diagnostics inbound.","archived":false,"fork":false,"pushed_at":"2021-07-18T04:23:23.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T15:16:28.245Z","etag":null,"topics":["ansible","ansible-role","firewalld","ping","traceroute"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/deekayen/ping","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/deekayen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"deekayen","ko_fi":"deekayen","liberapay":"deekayen","custom":["paypal.me/deekayen","venmo.com/drdnorman","buymeacoff.ee/deekayen"]}},"created_at":"2019-09-13T20:18:46.000Z","updated_at":"2022-10-12T20:20:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba0b56d7-f7e9-4474-95cd-cc48d63b5209","html_url":"https://github.com/deekayen/ansible-role-ping","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/deekayen/ansible-role-ping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deekayen","download_url":"https://codeload.github.com/deekayen/ansible-role-ping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274527945,"owners_count":25302320,"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-09-10T02:00:12.551Z","response_time":83,"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","firewalld","ping","traceroute"],"created_at":"2024-11-07T21:22:01.569Z","updated_at":"2025-09-10T21:07:21.128Z","avatar_url":"https://github.com/deekayen.png","language":null,"funding_links":["https://github.com/sponsors/deekayen","https://ko-fi.com/deekayen","https://liberapay.com/deekayen","paypal.me/deekayen","venmo.com/drdnorman","buymeacoff.ee/deekayen"],"categories":[],"sub_categories":[],"readme":"Ping and Traceroute\n===================\n\n[![CI](https://github.com/deekayen/ansible-role-ping/workflows/CI/badge.svg)](https://github.com/deekayen/ansible-role-ping/actions?query=workflow%3ACI) [![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive) ![BSD 3-Clause license](https://img.shields.io/badge/license-BSD%203--Clause-blue) ![Linux platform](https://img.shields.io/badge/platform-linux-lightgrey)\n\nInstall the firewalld service, then override the default-deny firewall configurations to allow ping (echo-request) or other diagnostic traceroute traffic.\n\nRequirements\n------------\n\nfirewalld\n\nDefault Variables\n-----------------\n\nThe options for types of allowed ICMP are dictated by the firewalld service.\n\n```Shell\n# firewall-cmd --get-icmptypes\ndestination-unreachable echo-reply echo-request parameter-problem redirect router-advertisement router-solicitation source-quench time-exceeded timestamp-reply timestamp-request\n```\n\nThe `ping_zone` is where the firewalld rules will update to modify ICMP access.\n\n### Role Defaults\n\n```YAML\nping_enable: yes\nping_source: 0.0.0.0/0\nping_types:\n- echo-request\nping_zone: public\n```\n\nDependencies\n------------\n\nNone.\n\nExample Playbook\n----------------\n\n    - hosts: all:!platform_windows\n      roles:\n        - deekayen.ping\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeekayen%2Fansible-role-ping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeekayen%2Fansible-role-ping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeekayen%2Fansible-role-ping/lists"}