Skip to main content

Ansible Inventory implementation that uses Python syntax

Project description

CI Status

Pyventory

Ansible Inventory implementation that uses Python syntax

Install

pip3 install pyventory

Features

  • Modular inventory.
  • Assests inheritance using Python classes.
  • Support for multiple inheritance.
  • Support for mixins.
  • Support for vars templating using Python string formatting.
  • Python 3 (>=3.6) support.
  • Python 2 is not supported.

Usage

Create hosts.py and make it executable.

A short example of the hosts.py contents:

#!/usr/bin/env python3
from pyventory import Asset, ansible_inventory

class All(Asset):
    run_tests = False
    use_redis = False
    redis_host = 'localhost'
    minify = False
    version = 'develop'

class Staging(All):
    run_tests = True

staging = Staging()

ansible_inventory(locals())

Consider a more complex example which passes the following json output to Ansible.

Run Ansible playbook with the -i hosts.py key:

ansible-playbook -i hosts.py site.yml

Notice that you need to have your inventory package in PYTHONPATH.

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

pyventory-3.3.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

pyventory-3.3.2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file pyventory-3.3.2.tar.gz.

File metadata

  • Download URL: pyventory-3.3.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.7 Linux/5.19.14-200.fc36.x86_64

File hashes

Hashes for pyventory-3.3.2.tar.gz
Algorithm Hash digest
SHA256 8ebae89abb21a7fa953e86dd9bd2c3f1f714021effdcf1d03cfe882f89389e4c
MD5 3fc5314fd3933fdd1d165c3393bc94f2
BLAKE2b-256 8ddf4580ec217c593a9150e1a2b4ab0ac7cf809233843e5166e4ec55b15e4d06

See more details on using hashes here.

File details

Details for the file pyventory-3.3.2-py3-none-any.whl.

File metadata

  • Download URL: pyventory-3.3.2-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.7 Linux/5.19.14-200.fc36.x86_64

File hashes

Hashes for pyventory-3.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a376f1ab6d98624d3107b31ada573bf386e056c193aeed1c7b027d1a8b279dc5
MD5 047d07374cd0007ddffe94714397382a
BLAKE2b-256 919c6588e6fc385d7754bfcf5d90477f4de32f6f478e42efad1f5d9ef38027a8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page