Ansible builtin modules extracted for FTL2
Project description
FTL Builtin Modules
Ansible builtin modules extracted for use with FTL2.
This package provides the ansible.modules namespace without requiring a full Ansible Core installation.
Installation
pip install ftl-builtin-modules
Or from source:
pip install -e /Users/ben/git/ftl_builtin_modules
Usage
After installation, you can find and use builtin modules:
import ansible.modules
# Get the path to builtin modules
builtin_path = ansible.modules.__path__[0]
# Find a specific module
import os
ping_module = os.path.join(builtin_path, 'ping.py')
Combined with ftl_module_utils
For full module execution support:
pip install ftl_module_utils # Provides ansible.module_utils
pip install ftl-builtin-modules # Provides ansible.modules
Both packages use namespace packages and can coexist.
License
GPL-3.0-or-later (same as Ansible)
The modules in this package are copied from Ansible Core and retain their original GPL license.
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 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 ftl_builtin_modules-0.1.0.tar.gz.
File metadata
- Download URL: ftl_builtin_modules-0.1.0.tar.gz
- Upload date:
- Size: 303.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b30aff90dc99959740fa7b12baee6a716abd0e4e66455918b8ce5cb20188af7
|
|
| MD5 |
d9b11238ec501c5b56bf60af2b157daf
|
|
| BLAKE2b-256 |
f1bd3853a33cc6cc2a64690011c91f2749ef479795e542cad5feb2387319bfb6
|
File details
Details for the file ftl_builtin_modules-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ftl_builtin_modules-0.1.0-py3-none-any.whl
- Upload date:
- Size: 362.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
065683b11d0e7d22a2330f14676fe47f0b033056193631a329a9fe2093c36f25
|
|
| MD5 |
bb281669a6f055dac32702d217672c06
|
|
| BLAKE2b-256 |
0d623d3c7f912827eb1be719e1b87beaf069b1e353737b1c3dafbab3377055e9
|