Releases: rundeck-plugins/ansible-plugin
Releases · rundeck-plugins/ansible-plugin
2.4.0
Fixes #176 by adding disable-limit to workflow steps
Adds disable-limit
property to workflow steps to fix #176.
Changes default value to false
(limit disabled by default).
2.2.3
2.2.2
2.2.1
- Added Option to Remove Limit @DerekTBrown
- Added Option to Specify Ansible Configuration Location @ltamaster
2.2.0
- Added Inline Playbook Issues @DerekTBrown
- Added More Descriptive Error Messages @gschueler
v2.0.2
v2.0.1
- Using multi-line extra arguments in YAML/JSON format to be able to parse variable types, the current way extra variable are handled is by appending them to the cmd using key=value syntax which cause lot of quoting issues and force all variables to be interpreted as strings in ansible http://docs.ansible.com/ansible/playbooks_variables.html :
Values passed in using the key=value syntax are interpreted as strings. Use the JSON format if you need to pass in anything that shouldn’t be a string (Booleans, integers, floats, lists etc).
- Restoring Extra cmd arguments parameters as it could be useful in some use cases
- Fixing Cleanup on failure, to make sure the ansible process is killed when the parent process is killed or interrupted.
- Rundeck options as environment variables
v2.0.0
- Code refactoring
- Using RunnerBuilder as a shared property resolver cross plugin types
- Using Descriptor interface to share properties description
- Using individual ansible jobs parameters instead of a single extraArgs field
- More structure and consistency to the project through the use of common projects and framework arguments shared by all jobs
- Common/default, cross jobs project inventory #45
- Common authentication mechanism and parameter
- Removed Node jobs (Playbook and Module)
- adding support for privatekey and password authentication using private data context and rundeck key storage #62
- Adding support for context variables in job definition #64
- Fixing ignore errors parameter to prevent unreachable nodes from blocking all the hosts discovery process #53
- Adding support for become and become password
v1.4.0
- add support to add a tag per resourceModel (@UnsignedLong)