kubealex.eda.eda_decision_environment (1.0.3) — module

Manage decision environments in EDA Controller

| "added in version" 1.0 of kubealex.eda"

Authors: Your Name

Install collection

Install with ansible-galaxy collection install kubealex.eda:==1.0.3


Add to requirements.yml

  collections:
    - name: kubealex.eda
      version: 1.0.3

Description

This module allows you to create/update decision environments in EDA Controller.

Inputs

    
controller_url:
    description:
    - The URL of the EDA Controller API.
    required: true

controller_user:
    description:
    - The username for authentication with the EDA Controller API.
    required: true

controller_password:
    description:
    - The password for authentication with the EDA Controller API.
    no_log: true
    required: true

decision_environment_name:
    description:
    - The name of the decision environment in EDA Controller.
    required: true

decision_environment_image_url:
    default: ''
    description:
    - The image URL of the decision environment in EDA Controller.
    required: false