karmab.kcli.kcli_product (1.0.1) — module

Deploy a product using kcli

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

Authors: Karim Boumedhel, @karmab

Install collection

Install with ansible-galaxy collection install karmab.kcli:==1.0.1


Add to requirements.yml

  collections:
    - name: karmab.kcli
      version: 1.0.1

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: Deploy origin
  kcli_product:
    name: my_origin
    product: origin
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Delete that product
  kcli_product:
    name: my_origin
    state: absent
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Deploy fission with additional parameters
  kcli_product:
    name: fission
    product: fission
    parameters:
     fission_type: all
     docker_disk_size: 10