Metadata-Version: 1.1
Name: polemarch-ansible
Version: 1.0.10
Summary: Wrapper for Ansible cli.
Home-page: https://gitlab.com/vstconsulting/polemarch-ansible
Author: VST Consulting
Author-email: sergey.k@vstconsulting.net
License: GPLv3
Project-URL: Source Code, https://gitlab.com/vstconsulting/polemarch-ansible
Project-URL: Issue Tracker, https://gitlab.com/vstconsulting/polemarch-ansible/issues
Description: Wrapper for Ansible cli.
        ========================
        
        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'__.
        *  `python -m pm_ansible [reference/ansible_command]` - run as module. 
           For output reference use __'reference'__, or full ansible command. 
        *  `python -m pm_ansible [--detail] [--get]` -
            Output modules reference. 
        
        Contribution
        ============
        
        We use `tox` for tests and deploy. Just run `tox -e py27-coverage,py36-coverage,flake`
        for full tests with coverage output. It's small project and 
        we strictly adhere to the full (__100%__) code coverage.
        
Keywords: ansible,polemarch,infrastructure,devops
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
