kubealex.eda.eda_projects (1.0.3) — module

Manage projects 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 projects in EDA Controller.

Inputs

    
project_name:
    description:
    - The name of the project in EDA Controller.
    required: true

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

project_git_url:
    default: ''
    description:
    - The Git URL of the project in EDA Controller.
    required: false

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

project_description:
    default: ''
    description:
    - The description of the project in EDA Controller.
    required: false