Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 587 Bytes

README.rst

File metadata and controls

43 lines (24 loc) · 587 Bytes

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