Skip to content

Commit

Permalink
Update Project Overview (#3)
Browse files Browse the repository at this point in the history
* update opening readme to cover all current usage capabilities and governance

* bump version to latest patch release
  • Loading branch information
kgrubb authored Nov 25, 2024
1 parent 1c1099c commit 7187abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NetObserv Flow Collector Ansible Role

This ansible role installs and configures the NetObserv Flow Collector on Debian-based (Debian, Ubuntu) and RHEL-based (RHEL, AlmaLinux) Linux distributions. The role handles package installation, dependency management, GPG verification, configuration deployment, and service management.
This ansible role is a community role designed to install and configure the NetObserv Flow Collector on Debian-based (Debian, Ubuntu) and RHEL-based (RHEL, AlmaLinux) Linux distributions. This role handles package installation, dependency management, and GPG verification.

## Requirements

Expand All @@ -13,7 +13,7 @@ This ansible role installs and configures the NetObserv Flow Collector on Debian

| Variable | Default Value | Description |
|:-------------------------|:-----------------------------------------------------------|:----------------------------------------------------|
| `netobserv_version` | `"7.5.1"` | The default version of the NetObserv Flow Collector |
| `netobserv_version` | `"7.5.2"` | The default version of the NetObserv Flow Collector |
| `netobserv_package_deb` | `"flow-collector_{{ netobserv_version }}_linux_amd64.deb"` | The Debian package filename for NetObserv |
| `netobserv_package_rpm` | `"flow-collector-{{ netobserv_version }}-1.x86_64.rpm"` | The RPM package filename for NetObserv |

Expand All @@ -29,9 +29,8 @@ Here’s how to use the `elastiflow.netobserv` role in your playbook:
become: true
roles:
- elastiflow.netobserv

vars:
netobserv_version: "7.5.1" # Optional: Override default version
netobserv_version: "7.5.2" # Optional: Override default version
```
## Usage Instructions
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Default version of NetObserv Flow Collector
netobserv_version: "7.5.1"
netobserv_version: "7.5.2"

# Package name for Debian-based distributions
netobserv_package_deb: "flow-collector_{{ netobserv_version }}_linux_amd64.deb"
Expand Down

0 comments on commit 7187abd

Please sign in to comment.