Skip to content

Tooling for building various things related to ansible and acd

License

Notifications You must be signed in to change notification settings

maxamillion/ansibulled

 
 

Repository files navigation

ansibulled -- Ansible Build Scripts

Tooling for building various things related to Ansible

Scripts that are here:

  • ansibulled - Builds Ansible-2.10+ from component collections
  • ansibulled-docs - Extracts documentation from ansible plugins

Scripts are created by poetry at build time. So if you want to run from a checkout, you'll have to run them under poetry::

python3 -m pip install poetry
poetry install  # Installs dependencies into a virtualenv
poetry run ansibulled --help

If you want to create a new release::

poetry build
poetry publish  # Uploads to pypi.  Be sure you really want to do this

.. note:: When installing a package published by poetry, it is best to use pip >= 19.0. Installing with pip-18.1 and below could create scripts which use pkg_resources which can slow down startup time (in some environments by quite a large amount).

Unless otherwise noted in the code, it is licensed under the terms of the GNU General Public License v3 or, at your option, later.

About

Tooling for building various things related to ansible and acd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%