https://github.com/petermosmans/ansible-role-justniffer
Ansible role for installation of justniffer
https://github.com/petermosmans/ansible-role-justniffer
Last synced: 4 months ago
JSON representation
Ansible role for installation of justniffer
- Host: GitHub
- URL: https://github.com/petermosmans/ansible-role-justniffer
- Owner: PeterMosmans
- License: gpl-3.0
- Created: 2015-09-11T09:30:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T09:45:38.000Z (over 10 years ago)
- Last Synced: 2025-07-03T16:44:05.441Z (11 months ago)
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: justniffer
Build status for this role: [](https://travis-ci.org/PeterMosmans/ansible-role-justniffer)
This role installs justniffer straight from the github source. The following tool is built:
* [justniffer](https://github.com/onotelli/justniffer)
After running, justniffer will be installed for all users.
## Requirements
None.
## Role Variables
None.
## Dependencies
None.
## Example Playbook
```
- hosts: all
become: yes
become_method: sudo
roles:
- role: PeterMosmans.justniffer
```
This example will configure, build and install justniffer
## License
GPLv3
## Author Information
Created by Peter Mosmans for [Go Forward](https://www.go-forward.net). Feedback always appreciated.