StackStorm-Exchange / stackstorm-ansible

st2 content pack containing ansible integrations
https://exchange.stackstorm.org/
Apache License 2.0
36 stars 28 forks source link

How to run playbook with vault password file #30

Open ivanmpk opened 5 years ago

ivanmpk commented 5 years ago

Hi I want to run playbook with vault password file.

For example I have playbook with vault file inside playbook with "vars_files", the vault file contains credentials and I can run playbook with --vault-password-file or --ask-vault-pass outside stackstorm.

How to run playbook from stackstorm with vault password file?