polemarch-ansible


Namepolemarch-ansible JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
SummaryWrapper for Ansible cli.
upload_time2024-12-27 22:24:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Wrapper for Ansible cli.
========================

Compatibility
=============

- Versions 2.2.x are the last to support Ansible 2.5 - 2.9.
- Version 3.0.x supports ansible-core 2.11 to 2.17. It can also work with Ansible 2.10, but it must be installed manually.

Usage
=====

*  `pm-execute [ansible command name] [args]` - calls any ansible cli tool.
*  `pm-cli-reference [ansible command name,...] [--exclude key]` -
    output cli keys for command. Default - all. Exclude keys by names (support many).
    Now support output only 'ansible', 'ansible-playbook' and
    'ansible-galaxy'.
*  `pm-ansible [reference/ansible_command]` - run as module.
   For output reference use 'reference', or full ansible command.
*  `pm-ansible [--detail] [--get]` -
    Output modules reference. 

Contribution
============

We use `tox` for tests and deploy. Just run `tox -e py36-coverage,py37-install,flake`
for full tests with coverage output.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "polemarch-ansible",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "VST Consulting <sergey.k@vstconsulting.net>",
    "download_url": "https://files.pythonhosted.org/packages/48/de/df71a8101ee6a5c8fc9488efc5fad38d64a57fca808c76ac041a9eeba968/polemarch_ansible-3.0.1.tar.gz",
    "platform": null,
    "description": "Wrapper for Ansible cli.\n========================\n\nCompatibility\n=============\n\n- Versions 2.2.x are the last to support Ansible 2.5 - 2.9.\n- Version 3.0.x supports ansible-core 2.11 to 2.17. It can also work with Ansible 2.10, but it must be installed manually.\n\nUsage\n=====\n\n*  `pm-execute [ansible command name] [args]` - calls any ansible cli tool.\n*  `pm-cli-reference [ansible command name,...] [--exclude key]` -\n    output cli keys for command. Default - all. Exclude keys by names (support many).\n    Now support output only 'ansible', 'ansible-playbook' and\n    'ansible-galaxy'.\n*  `pm-ansible [reference/ansible_command]` - run as module.\n   For output reference use 'reference', or full ansible command.\n*  `pm-ansible [--detail] [--get]` -\n    Output modules reference. \n\nContribution\n============\n\nWe use `tox` for tests and deploy. Just run `tox -e py36-coverage,py37-install,flake`\nfor full tests with coverage output.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Wrapper for Ansible cli.",
    "version": "3.0.1",
    "project_urls": {
        "Documentation": "https://about.polemarch.org/",
        "Home": "https://gitlab.com/vstconsulting/polemarch-ansible",
        "Issue Tracker": "https://gitlab.com/vstconsulting/polemarch-ansible/issues",
        "Source Code": "https://gitlab.com/vstconsulting/polemarch-ansible",
        "Web Site": "https://polemarch.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4d2c7a043c032846bb33337a087dd48f75334a980d2ebf068883b998b992576",
                "md5": "993164fd1565604e36f0f55678c054d6",
                "sha256": "3397a2d880de69be7ce970f719825c9bddfbd6f5f2e93c3e39545052d3979eac"
            },
            "downloads": -1,
            "filename": "polemarch_ansible-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "993164fd1565604e36f0f55678c054d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24647,
            "upload_time": "2024-12-27T22:24:09",
            "upload_time_iso_8601": "2024-12-27T22:24:09.303248Z",
            "url": "https://files.pythonhosted.org/packages/c4/d2/c7a043c032846bb33337a087dd48f75334a980d2ebf068883b998b992576/polemarch_ansible-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48dedf71a8101ee6a5c8fc9488efc5fad38d64a57fca808c76ac041a9eeba968",
                "md5": "ea78b7db6f50683a10630370aa3b4cc3",
                "sha256": "1b417231da5ce2107dfb1fff7e9978471da7dc5869db8bf695525553857df86f"
            },
            "downloads": -1,
            "filename": "polemarch_ansible-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea78b7db6f50683a10630370aa3b4cc3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23550,
            "upload_time": "2024-12-27T22:24:11",
            "upload_time_iso_8601": "2024-12-27T22:24:11.948457Z",
            "url": "https://files.pythonhosted.org/packages/48/de/df71a8101ee6a5c8fc9488efc5fad38d64a57fca808c76ac041a9eeba968/polemarch_ansible-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-27 22:24:11",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "vstconsulting",
    "gitlab_project": "polemarch-ansible",
    "lcname": "polemarch-ansible"
}
        
Elapsed time: 0.44162s