- Removes global state lingering around with Ansible 2.0.0.2, which introduced a hosts cache leading to Suitable's api instances to not be independent. [href]
0.7.0
~~~~~~~~~~~~~~~~~~~
- Adds support for Ansible 2.0. **Does not support 1.x anymore!!** [href]
0.6
~~~~~~~~~~~~~~~~
- Adds backwards-compatible support for Ansible 1.9. The same code running on suitable for Ansible 1.8 should now work with Ansible 1.9. [href]
0.5
~~~~~~~~~~~~~~~~
- Adds support for Ansible 1.8. [href]
- Includes automated tests for Ansible versions 1.5 through 1.8. [href]
- Properly escapes spaces in key-value pairs. Fixes 3. [href]
0.4
~~~~~~~~~~~~~~~~
- Wraps the result of all module runs to provide easy access to results per server. [href]
- Default to transport 'localhost' if 'localhost' or '127.0.0.1' is used exclusively on the API object. [href]
0.3
~~~~~~~~~~~~~~~~
- Adds a stern warning so users won't confuse this with the official Ansible API. [href]