{"id":16709523,"url":"https://github.com/mrlesmithjr/ansible-network-tools","last_synced_at":"2025-03-15T01:42:47.254Z","repository":{"id":142637150,"uuid":"95929316","full_name":"mrlesmithjr/ansible-network-tools","owner":"mrlesmithjr","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-30T23:51:01.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T17:48:05.803Z","etag":null,"topics":["ansible"],"latest_commit_sha":null,"homepage":null,"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/mrlesmithjr.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":"2017-06-30T22:54:24.000Z","updated_at":"2024-03-14T16:14:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"df5796ea-af8d-4887-b647-ebf3c8708055","html_url":"https://github.com/mrlesmithjr/ansible-network-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-network-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-network-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-network-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-network-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrlesmithjr","download_url":"https://codeload.github.com/mrlesmithjr/ansible-network-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672370,"owners_count":20328762,"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"],"created_at":"2024-10-12T20:05:02.832Z","updated_at":"2025-03-15T01:42:47.236Z","avatar_url":"https://github.com/mrlesmithjr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*\n\n- [ansible-network-tools](#ansible-network-tools)\n  - [Role info](#role-info)\n  - [Role purpose](#role-purpose)\n  - [Requirements](#requirements)\n  - [Role Variables](#role-variables)\n  - [Dependencies](#dependencies)\n  - [Example Playbook](#example-playbook)\n  - [License](#license)\n  - [Author Information](#author-information)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n# ansible-network-tools\n\n## Role info\n\nAn [Ansible](https://www.ansible.com) role to install various network related\ntools.\n\n## Role purpose\n\nThe purpose of this role is to install various network related tools which can\nbe used for performing various tasks such as below:\n\n-   ARP discovery\n-   Bandwidth monitoring\n-   LLDP neighbor info\n-   Packet inspection\n    -   Captures\n    -   Dumps\n-   Port scanning\n-   Route tracing\n\n## Requirements\n\nNone\n\n## Role Variables\n\n```yaml\n---\n# defaults file for ansible-network-tools\nnetwork_tools_debian:\n  - 'arp-scan'\n  - 'arping'\n  - 'arptables'\n  - 'bmon'\n  - 'dnsutils'\n  - 'ifstat'\n  - 'iftop'\n  - 'iperf'\n  - 'iproute'\n  - 'lldpd'\n  - 'lsof'\n  - 'nbtscan'\n  - 'netcat'\n  - 'netdiscover'\n  - 'netdiag'\n  - 'nethogs'\n  - 'netperf'\n  - 'netsniff-ng'\n  - 'nfdump'\n  - 'ngrep'\n  - 'nload'\n  - 'nmap'\n  - 'socat'\n  - 'tcpdump'\n  - 'tcpflow'\n  - 'tcpstat'\n  - 'tcptrace'\n  - 'tcptrack'\n  - 'telnet'\n  - 'traceroute'\n\nnetwork_tools_redhat:\n  - 'arp-scan'\n  - 'arptables'\n  - 'bind-utils'\n  - 'bmon'\n  - 'iftop'\n  - 'iperf'\n  - 'iproute'\n  - 'iptraf'\n  - 'iputils'\n  - 'lldpd'\n  - 'lsof'\n  - 'nethogs'\n  - 'netsniff-ng'\n  - 'nfdump'\n  - 'ngrep'\n  - 'nload'\n  - 'nmap'\n  - 'nmap-ncat'\n  - 'socat'\n  - 'tcpdump'\n  - 'tcpflow'\n  - 'telnet'\n  - 'traceroute'\n```\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\n```yaml\n- hosts: all\n  vars:\n  roles:\n    - role: ansible-network-tools\n  tasks:\n```\n\n## License\n\nMIT\n\n## Author Information\n\nLarry Smith Jr.\n\n-   [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)\n-   [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)\n-   mrlesmithjr [at] gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fansible-network-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrlesmithjr%2Fansible-network-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fansible-network-tools/lists"}