easy_ansible

An ansible api that can be used directly and easily


Install
pip install easy_ansible==1.0.1

Documentation

Library easy_ansible

An ansible api that can be used directly and easily.

©️ (copyright) 2017 by CcccFz.


Install:

pip install easy_ansible

Usage: See using example on 'test.py'.


About upload to pypi

config Authentication in ~/.pypirc

[pypi]
repository = httpspypi.python.orgpypi

[server-login]
username = CcccFz
password = xxxx

Use below cmd to upload python package to pypi

cd xxx
python setup.py check
python setup.py sdist upload