{"id":26090566,"url":"https://github.com/brett-buskirk/ansible-role-net_tools","last_synced_at":"2026-02-16T14:12:43.079Z","repository":{"id":277752551,"uuid":"933380709","full_name":"brett-buskirk/ansible-role-net_tools","owner":"brett-buskirk","description":"Ansible role for installing networking diagnostic tools","archived":false,"fork":false,"pushed_at":"2025-02-15T23:09:23.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T09:34:36.071Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","iproute2","net-tools","nmap","traceroute"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/standalone/roles/brett-buskirk/net_tools/","language":null,"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/brett-buskirk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-15T20:17:42.000Z","updated_at":"2025-02-15T22:58:01.000Z","dependencies_parsed_at":"2025-02-15T21:37:03.322Z","dependency_job_id":null,"html_url":"https://github.com/brett-buskirk/ansible-role-net_tools","commit_stats":null,"previous_names":["brett-buskirk/ansible-role-net_tools"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/brett-buskirk/ansible-role-net_tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fansible-role-net_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fansible-role-net_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fansible-role-net_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fansible-role-net_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brett-buskirk","download_url":"https://codeload.github.com/brett-buskirk/ansible-role-net_tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fansible-role-net_tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265236726,"owners_count":23732497,"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","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-galaxy","ansible-role","iproute2","net-tools","nmap","traceroute"],"created_at":"2025-03-09T09:34:38.172Z","updated_at":"2026-02-16T14:12:38.039Z","avatar_url":"https://github.com/brett-buskirk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-role-net_tools\n\nThis Ansible role installs common networking diagnostic tools on Ubuntu-based systems.\n\n## Requirements\n\n* An Ubuntu-based system.\n* Ansible version 2.9 or later.\n* Root privileges (via `become: true`).\n\n## Role Variables\n\nThis role does not use any variables.\n\n## Dependencies\n\nThis role has no dependencies.\n\n## Example Playbook\n\n```yaml\n- hosts: your_hosts\n  become: true\n  roles:\n    - brett-buskirk.net_tools\n```\n\n## Installation\n\nYou can install this role using Ansible Galaxy:\n\n```bash\nansible-galaxy install brett-buskirk.net_tools\n```\n\nOr you can include it in your `requirements.yml` file:\n\n```yaml\n---\nroles:\n  - name: brett-buskirk.net_tools\n    src: https://github.com/brett-buskirk/ansible-role-net_tools\n    version: main # or a specific tag\n```\n\nThen install it using:\n\n```bash\nansible-galaxy install -r requirements.yml\n```\n\n## Role Tasks\n\nThis role performs the following tasks:\n\n* **Update apt cache:** Updates the apt package cache to ensure the latest package information is available.\n* **Install networking diagnostic tools:** Installs the following packages:\n  * `net-tools`: Provides basic networking utilities like `ifconfig` and `netstat`.\n  * `traceroute`: Traces the route packets take to a network host.\n  * `nmap`: A powerful network scanner and security auditing tool.\n  * `iproute2`: Provides advanced networking utilities like `ip`.\n\n## Usage\n\nInclude the role in your playbook as shown in the \"Example Playbook\" section. The role will automatically install the necessary packages on the target host.\n\n## License\n\nMIT\n\n## Author Information\n\nThis role was created by Brett Buskirk for RC Journey.\n\n## Galaxy Tags\n\n```\nnetworking, network, tools, diagnostics, net-tools, traceroute, netcat, iproute2, system, utility, admin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrett-buskirk%2Fansible-role-net_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrett-buskirk%2Fansible-role-net_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrett-buskirk%2Fansible-role-net_tools/lists"}