Skip to main content

A Mistral action to execute Ansible playbooks

Project description

Mistral Actions for Ansible

Note: This project is experimental and in infancy. It might work for you.

Install

The actions can be installed via pip, then we need to tell Mistral about them and restart Mistral:

pip install mistral-ansible-actions;
sudo mistral-db-manage populate;
systemctrl restart openstack-mistral*;

Usage

Simple task example:

task:
  action: ansible.playbook
  input:
    playbook: path/to/playbook.yaml

Optionally the directory can be provided if you want to execute the ansible-playbook command from a specific location:

task:
  action: ansible.playbook
  input:
    playbook: playbook.yaml
    directory: path/to

Plans/Ideas

  • “directory” should probably be renamed to “cwd” or something

  • We only support the ansible-playbook command, others should be added.

  • We only support the very minimum options for the ansible-playbook command, more should be exposed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mistral-ansible-actions-0.0.1.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file mistral-ansible-actions-0.0.1.tar.gz.

File metadata

File hashes

Hashes for mistral-ansible-actions-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a850407338a2fd61928bb2c4061a945b0c90198a4edef452e8dcd50d6794b6f2
MD5 fab356185e6b38deb653ad6bd04d606e
BLAKE2b-256 c79c21ce75a5eecd631166d3b283ab09f4eeded313bac4ff24ef09fb8dd04b63

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page