karmab.aicli.ai_cluster (1.0.0) — module

Handles AI clusters using ailib

| "added in version" 0.2 of karmab.aicli"

Authors: Karim Boumedhel, @karmab

Install collection

Install with ansible-galaxy collection install karmab.aicli:==1.0.0


Add to requirements.yml

  collections:
    - name: karmab.aicli
      version: 1.0.0

Description

Longer description of the module

You might include instructions


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Create a AI cluster
  ai_cluster:
    name: myclu
    type: kubeadm
    parameters:
     masters: 3
     workers: 2
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Delete that cluster
  ai_cluster:
    name: myclu
    state: absent