Ansible-Plugins for the Simple & Transparent Executor for Ansible-Playbooks
Project description
Ansible-Playbook Executor - Ansible Plugins
DISCLAIMER: This is an unofficial community project! Do not confuse it with the vanilla Ansible/Ansible-Runner product!
WARNING: This project is still in early development. DO NOT use it in production!
Scope
This module contains Ansible-plugins for use with the oxl-ansible-executor.
Source code: oxl-ansible-executor-plugins
Execution Stats
If you want to have access to execution-stats - make sure to install and enable the plugin:
# inside the execution-venv or -container
pip install oxl-ansible-executor-plugins
# enable the plugin by adding its path to the env-variable
ANSIBLE_CALLBACK_PLUGINS="${ANSIBLE_CALLBACK_PLUGINS:+${ANSIBLE_CALLBACK_PLUGINS}:}$(oxl-ansible-executor-plugins-callback)"
Manual testing
To test the plugins manually, you have to tell Ansible were to find them AND to enable them.
# install module if you do not want to manually create the plugin-files
pip install oxl-ansible-executor-plugins
# if installed - get the plugin-directory using the helper-script
oxl-ansible-executor-plugins-callback
# point ansible to the directory containing the plugins
export ANSIBLE_CALLBACK_PLUGINS=./callback_plugins
# enable the plugins
export ANSIBLE_CALLBACKS_ENABLED=oxl_executor_stats_recap,oxl_executor_stats_live
# run ansible
ansible-playbook ...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 oxl_ansible_executor_plugins-0.8.tar.gz.
File metadata
- Download URL: oxl_ansible_executor_plugins-0.8.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f78f1675ae51fbdc5c9341dd4f544f66ab3d8587ea42b3c97aa6c4f08955fc24
|
|
| MD5 |
bfed523e7bbc05e9ec26886ad1048fbe
|
|
| BLAKE2b-256 |
32177131211da1808ea723b5081d61076aadccbdd3df43567cb2a52ef8969434
|
File details
Details for the file oxl_ansible_executor_plugins-0.8-py3-none-any.whl.
File metadata
- Download URL: oxl_ansible_executor_plugins-0.8-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccb148c2574cb48d192d8deaece7d05c5da5e7c801f5a208b3cadc5281353f77
|
|
| MD5 |
11ac58689db4aaba65029fe2d536ceb3
|
|
| BLAKE2b-256 |
7f04c327ff1f06435879493a4bf29513e61bf003a70bb56cd62eef815b191199
|