an simple python module for easier developing of ansible modules
Datei suchen
Sebastian Tobie 511f4e615f first version of my ansible-modle module
this helps with  the development of new modules by abstracting some things away
2023-11-25 12:16:52 +01:00
src/ansible_module first version of my ansible-modle module 2023-11-25 12:16:52 +01:00
tests first version of my ansible-modle module 2023-11-25 12:16:52 +01:00
.editorconfig first version of my ansible-modle module 2023-11-25 12:16:52 +01:00
.gitignore first version of my ansible-modle module 2023-11-25 12:16:52 +01:00
LICENSE.txt first version of my ansible-modle module 2023-11-25 12:16:52 +01:00
README.md first version of my ansible-modle module 2023-11-25 12:16:52 +01:00
pyproject.toml first version of my ansible-modle module 2023-11-25 12:16:52 +01:00

README.md

Ansible module

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install ansible-module

License

ansible-module is distributed under the terms of the MIT license.