Skip to main content

Ansible Debug Adapter Protocol Implementation

Project description

Ansibug

Test workflow codecov PyPI version License

The core component of the Ansible Debug Adapter Protocol used for debugging Ansible playbooks. See more documentation for ansibug at https://jborean93.github.io/ansibug/.

Please note this library should be considered a preview. New features and behaviour changes should be expected during this preview period.

Debug Adapter

This library combined with a Debug Adapter Protocol client, like Visual Studio Code, can be used to run and debug Ansible playbook's interactively. It supports basic features like stepping in, over, and out of tasks in a play with support for getting and setting variables at runtime.

ansible_example

More information about the debug adapter and debugging experience of Ansible can be found under the docs.

Requirements

The following Python requirements must be met before using this library:

  • Python 3.9+ (dependent on ansible-core support)
  • ansible-core >= 2.14.0
  • Linux or macOS (no Windows)

The debugger aims to continue to support the current ansible-core versions that have no reached End Of Life. See the ansible-core support matrix to see the current versions and the control node python versions for those versions. There are no guarantees that all features will be supported across Ansible versions, new features might be reliant on changes only present in newer Ansible versions. Any such features will be explicitly called out in the documentation.

Installation

This library has been published on PyPI and can be installed with:

python -m pip install ansibug

To test out the changes locally run the following:

git clone https://github.com/jborean93/ansibug.git

python -m pip install -e .[dev]
pre-commit install

This will install the current code in editable mode and also include some development libraries needed for testing or other development features.

Testing

This library uses tox to run the sanity and integration tests. Once the dev extras for this library has been installed, all the tests can be run by running the tox command.

As the support matrix for this library can take some time to run it might be beneficial to run only certain tests. The following factors are available in tox

  • sanity
  • py3{9,10,11,12}
  • ansible_{2.14,2.15,2.16,2.17,devel}

Here are some example factors that can be invoked with tox:

# Run only the sanity tests
tox run -f sanity

# Run Ansible 2.16 on all its supported Python versions
tox run -f ansible_2.16

# Run Python 3.12 on all the supported Ansible versions
tox run -f py312

# Run Ansible 2.16 tests on Python 3.12
tox run -f py312 ansible_2.16

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

ansibug-0.1.1.tar.gz (56.2 kB view details)

Uploaded Source

Built Distribution

ansibug-0.1.1-py3-none-any.whl (64.5 kB view details)

Uploaded Python 3

File details

Details for the file ansibug-0.1.1.tar.gz.

File metadata

  • Download URL: ansibug-0.1.1.tar.gz
  • Upload date:
  • Size: 56.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for ansibug-0.1.1.tar.gz
Algorithm Hash digest
SHA256 390c5a649e20f01a8346c4bdfee4a199bb5ac7693ba1ddc569505398a2dc6342
MD5 a767350eaf4355fab935086b3e55d636
BLAKE2b-256 ccec4e1d7004b9b70d9a6990598735f1472096d4962a15487c6d15e7878e8b3c

See more details on using hashes here.

File details

Details for the file ansibug-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ansibug-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 64.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for ansibug-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e7f784c99f8e6c9ee524ac8d283c79fe352709ba8a492f6a4d92295d0234b049
MD5 35c438a5278b472cb548b84abb6fb860
BLAKE2b-256 9e4994dba746c0b687fad8fbf88d98baf6bb5c8572c22f2488f31c3a318ae76c

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