Metadata-Version: 2.4
Name: jinjanator-plugin-ansible
Version: 25.1.0
Summary: Plugin which provides Ansible filters and tests to the jinjanator tool
Project-URL: Bug Tracker, https://github.com/kpfleming/jinjanator-plugin-ansible/issues
Project-URL: Homepage, https://github.com/kpfleming/jinjanator-plugin-ansible
Author-email: "Kevin P. Fleming" <jinjanator@kevin.km6g.us>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: ansible-core
Requires-Dist: jinjanator-plugins==25.1.*
Description-Content-Type: text/markdown

# *jinjanator-plugin-ansible*: Makes Ansible's filters and tests available in jinjanator



This plugin makes all of the filters and tests from the Ansible 'core'
collection available to templates being rendered using the jinjanator
tool.

## Installation

```
pip install jinjanator-plugin-ansible
```

## Usage

The Ansible filters and tests can be used in templates using the same
names that would be used if the template was rendered by Ansible
itself.
## Release Information
### Backwards-incompatible Changes

- Support for Python 3.9 has been removed, and support for Python 3.14
  has been added. Since the minimum supported version is now 3.10, the
  code has been updated to use features introduced in that version.
  
- Upgraded to version 25.1.0 of jinjanator-plugins.
  


### Additions

- Added testing against Python 3.13 (again).
  

---
[→ Full Changelog](https://github.com/kpfleming/jinjanator-plugin-ansible/blob/main/CHANGELOG.md)
