Installation using Ansible

circle-info

The Ansible collection for NetObservarrow-up-right is currently a technology preview. The design and implementation are less mature than stable features and subject to change. Please provide feedback or report issues to the ElastiFlow Forumarrow-up-right.

An ansible role is available to install and configure NetObserv Flow. The role is available via the Ansible Galaxy rolearrow-up-right.

Requirements

Example Playbooks

Here are the examples of how to use the elastiflow.netobserv.netobserv_flow role:

Usage Instructions

  1. Add the Role: Add the elastiflow.netobserv collection to the requirements.txt in your Ansible roles directory or include it in your project structure and install the requirementsarrow-up-right.

  2. Include the Role in Your Playbook: Reference the elastiflow.netobserv.netobserv_flow role in your playbook as shown in the examples above (full role configuration docarrow-up-right).

  3. Run the Playbook:

    • Check Mode (Dry Run):

      ansible-playbook playbook.yml --check
    • Apply Changes:

      ansible-playbook playbook.yml

Last updated

Was this helpful?