Metadata-Version: 2.1
Name: polemarch-ansible
Version: 2.2.0
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: Issue Tracker, https://gitlab.com/vstconsulting/polemarch-ansible/issues
Project-URL: Source Code, https://gitlab.com/vstconsulting/polemarch-ansible
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 :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE

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'.
*  `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.


