Extract cached JSON Ansible facts.
Project description
Ansible Extra
Extract cached JSON Ansible facts.
Getting started
Configure your Ansible project with a ansible.cfg file in order to cache gathered facts in JSON format, for example:
[defaults]
gathering = smart
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/my-project-facts
fact_caching_timeout = 86400
Install from PyPI:
pip install ansible-extra
Usage example:
ansible-extra --out-dir my-output-directory --format json
Pass the --help argument to see available options:
ansible-extra --help
Contribute
Pull requests are welcome.
Legal
This project is licensed under the terms of the open-source ISC license.
This project is not affiliated with Ansible or Red Hat.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ansible_extra-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ansible_extra-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e55c6c655cfe74a2e316a693b97df4e1b8cccffd7d176d36c78abd92534593e
|
|
| MD5 |
e3f074ec4439ae15cd2fb555e55fd490
|
|
| BLAKE2b-256 |
fae3c5e4c60b261eea56c14d124fb1debcbea1c8f28f798a59780602a07fc446
|