d0ugal / mistral-ansible-actions

Mistral Actions for calling Ansible
https://pypi.python.org/pypi/mistral-ansible-actions
4 stars 8 forks source link

Add extra_vars support to ansible-playbook action #6

Closed fultonj closed 7 years ago

fultonj commented 7 years ago

The ansible-playbook command supports the '-e', or '--extra-vars' argument to 'set additional variables as key=value or YAML/JSON' to a playbook. This small change adds this as a supported option.

This is a useful feature to add until the problem is solved in general as per:

https://github.com/d0ugal/mistral-ansible-actions/issues/4