Skip to main content

Using Ansible from python subprocess.

Project description

# ansible-subprocess
[![Build Status](https://travis-ci.org/uehara1414/ansible-subprocess.svg?branch=master)](https://travis-ci.org/uehara1414/ansible-subprocess)

ansible-subprocess run Ansible dynamically via the subprocess module.

## Demo

```python
from ansible_subprocess import run_playbook, run_ping
status, stdout, stderr = run_playbook('playbooks/sample.yml', 'web')
status, stdout, stderr = run_playbook('playbooks/sample2.yml',
['127.0.0.1', '127.0.0.2'],
extra_vars={'var1': 'hoge', 'var2': 'fuga'},
extra_options=['--syntax-check'])
status, stdout, stderr = run_ping(['8.8.8.8'])
```

## Installation

```bash
pip install ansible-subprocess
```

## License
[MIT](https://github.com/uehara1414/ansible-subprocess/blob/master/LICENSE)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ansible-subprocess-0.3.0.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file ansible-subprocess-0.3.0.tar.gz.

File metadata

File hashes

Hashes for ansible-subprocess-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d04af03ff293a8e074395208686b26ad04cb7c5bf2656ea98eb3d7090db5dbda
MD5 03af8d0f12beef917148849cb554d3e6
BLAKE2b-256 389da25f4a2de080b130d3415150ad20b59072b9048cd21719b23a1b9891fb12

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page