(Alternative) Package Installer for Ansible
Project description
PIA - Package Installer for Ansible
Like pip but for Ansible content, resilient content management that works fast, offline, with caching, compatible with multiple versions of ansible and a very friendly user interface.
This project aims to become an alternative to the current ansible-galaxy
command line tool, one that would address some shortcomings such as:
- Ability to run offline, especially when checking if current dependencies are up to date.
- Use caching similar to how pip does, so network access would be needed only if current data is not available locally.
- Be idempotent.
Installation
pip3 install pia
Usage
Please note that not all features are implemented yet.
# Install a collection
pia install namespace.collection_name
# should also accept aliases like `pip i ...`
# Install a collection archive from disk
pia install ./path/to/collection.tar.gz
# Uninstall a collection
pia uninstall namespace.collection_name
# List installed collections
pia list
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
pia-0.2.0.tar.gz
(16.2 kB
view details)
Built Distribution
pia-0.2.0-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file pia-0.2.0.tar.gz
.
File metadata
- Download URL: pia-0.2.0.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b0460cf14b58f709bf365709d9a87504ad570e2da026aee93cdb380af34e2a8 |
|
MD5 | 31bdf92e3d222389cad13e32113c90e6 |
|
BLAKE2b-256 | ed50c06ed060b01cfd33983c30ac5358850816acb974c41c47c0143134fd8855 |
File details
Details for the file pia-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pia-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9414b0b0fc7d029f92835233cb5f96f15a333fe745f20260d148897efff9d15 |
|
MD5 | 36b2be8d022d54149b32da101c5658af |
|
BLAKE2b-256 | 3923430ab5e0b17ea0394aeb60dc76427bd1dbfa227638426f6bb8c4c8cc7b8d |