Skip to content

infOpen/ansible-toolkit

Repository files navigation

ansible-toolkit

Toolkit arround Ansible

Installation

Note

You must use a dedicated virtualenv to install this project

  • Install build dependencies and package
pip install -r requirements.txt

Note

Need to be done after repository clone and git initialization, to enable project pre-commits

  • Install pre-commits
pre-commit install

Usage

Run tests

python setup.py test

Build documentation

python setup.py doc