Skip to content

Tags: fboender/ansible-cmdb

Tags

1.31

Toggle 1.31's commit message
Fix Python package meta_data license

1.30

Toggle 1.30's commit message
Fix formatting in dev.md

1.29

Toggle 1.29's commit message
Linkify in documentation.

1.28

Toggle 1.28's commit message
Drop support for RPMs.

1.27

Toggle 1.27's commit message
Updated and moved documentation to docs/

1.26.1

Toggle 1.26.1's commit message
Detect complete absense of Python

1.26

Toggle 1.26's commit message
Use wrapper shell script for systems without a "/usr/bin/env python"

Some systems (Ubuntu 17.04+) have nothing for "/usr/bin/env python". The
have python3 instead. This commit introduces a wrapper script that finds
out which python binary to use. Instead of linking bin/ansible-cmdb
directly to lib/ansible-cmdb (the python script), we now link to the
wrapper script.

1.25

Toggle 1.25's commit message
Demote some logging from warning to info.

1.24

Toggle 1.24's commit message
Allow folder in group_vars (#127)

1.23

Toggle 1.23's commit message
Merge branch 'clattems-master'