Metadata-Version: 2.1
Name: ansible-playbook-runner
Version: 0.1.2
Summary: simple ansible playbook runner
Home-page: UNKNOWN
Author: Avi Naftalis
Author-email: anaftalis@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: ansible (>=2)

# ansible-playbook-runner

ansible-playbook-runner is a simple wrapper for ansible

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install ansible-playbook-runner.

```bash
pip install foobar
```
## Usage

```python
from ansible_playbook_runner import Runner

Runner(['inventory_path'], 'playbook_path').run()
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


