Skip to content

Juniper/k8s.eda

 
 

Repository files navigation

Event-Driven Ansible - k8s.eda

Build Status

Curated set of Event-Driven Ansible content

Included Content

The following set of content is included within this collection:

Event Sources

Name Description
junipernetworks.eda.k8s Respond to events within a Kubernetes cluster.

Usage

The following is an example of how to use the Kubernetes Event Source Plugin within an Ansible Rulebook:

- name: Listen for newly added ConfigMap resources
  hosts: all
  sources:
    - junipernetworks.eda.k8s:
        api_version: v1
        kind: ConfigMap
  rules:
    - name: Notify
      condition: event.type == "ADDED"
      action:
        debug:                      

License

Apache 2.0

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.4%
  • Makefile 17.6%