radware_alteon

82Modules5Plugins

Overview

Description

A collection of Ansible Modules for Radware devices

Readme

radware_alteon_modules

The alteon_modules project provides an Ansible collection for managing and automating your Radware devices. It consists of a set of modules and roles for performing tasks related to Radware devices configuration.

Note: This Collection is not currently intended to replace the existing radware_modules collection.

Requirements

  • Ansible >= 2.14.0
  • Python >= 3.9
  • alteon-sdk python package

Installation

# ansible-galaxy collection install radware.radware_alteon
# pip install alteon-sdk

Example Usage

Once the collection is installed, you can use it in a playbook by specifying the full namespace path to the module, plugin and/or role.

- hosts: localhost

  tasks:
  - name: alteon configuration command
    radware.radware_alteon.alteon_config_l7_content_class:
      provider: 
        server: 192.168.1.1
        user: admin
        password: admin
        validate_certs: no
        https_port: 443
        ssh_port: 22
        timeout: 5
      state: present
      parameters:
        content_class_id: 3
        name: content_class3
        content_class_type: http2

Copyright

Copyright 2023 Radware LTD

License

GNU General Public License v3.0

Certification

Product
2.4
DocumentationDependencies
No dependencies
There are currently no dependencies for this collection.
View in Automation Hub
Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat, LLC
Feedback