INTEGRATION
Infrastructure actions
Provision and manage infrastructure as code
- Actions
- 138
- Services
- 3
- Maintained by
- Flomation
Services
AAP / AWX actions
- AWX: Add or Remove Host from GroupPut a host into an inventory group, or take it out again. Removing a host from a group does not delete the host.
- AWX: Cancel JobCancel a running AWX job, workflow job or ad-hoc command. Stops the playbook mid-flight: hosts may be left partially configured.
- AWX: Create CredentialStore a new credential in AWX: an SSH key, a cloud key, a source-control token.
- AWX: Create GroupCreate a group in an inventory to organise hosts.
- AWX: Create HostAdd a host to an inventory.
- AWX: Create InventoryCreate an inventory in AWX to hold hosts and groups.
Helm actions
- Helm Get ReleaseRead a Helm release revision: the whole release, or just its values, rendered manifest, notes or hooks.
- Helm Install ReleaseInstall a Helm chart as a new release on a Kubernetes cluster, optionally waiting for it to become ready.
- Helm Lint ChartCheck a chart for errors and best-practice violations with helm lint, without touching the cluster.
- Helm List ReleasesList the Helm releases in a namespace, or across every namespace: name, revision, status, chart and app version.
- Helm Release HistoryList every revision of a Helm release, oldest first: revision, status, chart, app version and when each was deployed.
- Helm Release StatusReport a Helm release's status: its lifecycle state, chart, app version and when it was last deployed.
Kubernetes actions
- Kubernetes Apply ManifestAdvanced: apply any Kubernetes object from a YAML or JSON manifest via Server-Side Apply: including CRDs and kinds with no dedicated action. Creates or updates in place.
- Kubernetes Cordon NodeMark a Node unschedulable so no new pods land on it. Running pods are untouched; reverse it with Uncordon Node.
- Kubernetes Create ConfigMapCreate a ConfigMap in a namespace from a map of key/value pairs, with optional labels.
- Kubernetes Create CronJobCreate a CronJob that runs a container on a cron schedule: set the image, an optional command, and the concurrency policy.
- Kubernetes Create JobCreate a Job that runs a container image to completion, with retry, TTL cleanup, and an optional command and environment.
- Kubernetes Create NamespaceCreate a namespace, optionally with labels and annotations.
Wire Infrastructure into the rest of your stack
Every action here drops onto the canvas alongside the other 3,585, so a Infrastructure step can sit between a form, a database and a message without any glue code.
