{"id":38042481,"url":"https://github.com/elastiflow/ansible-role-netobserv","last_synced_at":"2026-01-16T19:55:30.162Z","repository":{"id":272816153,"uuid":"885587921","full_name":"elastiflow/ansible-role-netobserv","owner":"elastiflow","description":"Ansible role to install and configure netObserv","archived":false,"fork":false,"pushed_at":"2025-07-28T14:09:20.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T16:10:05.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastiflow.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,"zenodo":null}},"created_at":"2024-11-08T22:13:42.000Z","updated_at":"2025-07-28T14:09:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"42f2b76b-79a0-460d-86a7-9ea4bcf786a5","html_url":"https://github.com/elastiflow/ansible-role-netobserv","commit_stats":null,"previous_names":["elastiflow/ansible-role-netobserv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elastiflow/ansible-role-netobserv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastiflow%2Fansible-role-netobserv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastiflow%2Fansible-role-netobserv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastiflow%2Fansible-role-netobserv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastiflow%2Fansible-role-netobserv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastiflow","download_url":"https://codeload.github.com/elastiflow/ansible-role-netobserv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastiflow%2Fansible-role-netobserv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-16T19:55:29.489Z","updated_at":"2026-01-16T19:55:30.152Z","avatar_url":"https://github.com/elastiflow.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetObserv Flow Collector Ansible Role\n\nThis 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.\n\n## Requirements\n\n- Ansible 2.9 or higher\n- Target systems running:\n  - **Debian-based**: Debian 11 (Bullseye), Debian 12 (Bookworm), Ubuntu 20.04 LTS, 22.04 LTS, or 24.04 LTS\n  - **RHEL-based**: RHEL 8.x, RHEL 9.x, RockyLinux 8.x, RockyLinux 9.x, AlmaLinux 8.x, or AlmaLinux 9.x\n\n### Role Variables\n\n| Variable                 | Default Value                                              | Description                                         |\n|:-------------------------|:-----------------------------------------------------------|:----------------------------------------------------|\n| `netobserv_version`      | `\"7.12.0\"`                                                  | The default version of the NetObserv Flow Collector |\n| `netobserv_package_deb`  | `\"flow-collector_{{ netobserv_version }}_linux_amd64.deb\"` | The Debian package filename for NetObserv           |\n| `netobserv_package_rpm`  | `\"flow-collector-{{ netobserv_version }}-1.x86_64.rpm\"`    | The RPM package filename for NetObserv              |\n\n## Example Playbook\n\nHere’s how to use the `elastiflow.netobserv` role in your playbook:\n\n```yaml\n# playbook.yml\n---\n- name: Deploy NetObserv Flow Collector\n  hosts: all\n  become: true\n  roles:\n    - elastiflow.netobserv\n  vars:\n    netobserv_version: \"7.12.0\"  # Optional: Override default version\n```\n\n## Usage Instructions\n\n1. **Clone or Copy the Role**: Place the `elastiflow.netobserv` role directory in your Ansible roles directory or include it in your project structure.\n\n2. **Include the Role in Your Playbook**: Reference the `elastiflow.netobserv` role in your playbook as shown in the example above.\n\n3. **Run the Playbook**:\n   - **Check Mode (Dry Run)**:\n\n     ```bash\n     ansible-playbook playbook.yml --check\n     ```\n\n   - **Apply Changes**:\n\n     ```bash\n     ansible-playbook playbook.yml\n     ```\n\n## License\n\nThis project is licensed under the [Apache 2.0 License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastiflow%2Fansible-role-netobserv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastiflow%2Fansible-role-netobserv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastiflow%2Fansible-role-netobserv/lists"}