pystol.actions.kill_pods (0.8.6) — module

A module that kill pods

| "added in version" 2.8 of pystol.actions"

Authors: Carlos Camacho (@ccamacho)

preview | supported by community

Install collection

Install with ansible-galaxy collection install pystol.actions:==0.8.6


Add to requirements.yml

  collections:
    - name: pystol.actions
      version: 0.8.6

Description

A module that kill pods.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Pass in a message
- name: Test with a message
  kill_pods:
    namespace: default
    distribution: poisson
    amount: 10

Inputs

    
amount:
    default: 10

namespace:
    default: default

distribution:
    default: poisson

Outputs

fact:
  description: Actual facts
  sample: Jane Doe is a smart cookie.
  type: str