Using Ansible from python subprocess.
Project description
# ansible-subprocess
[](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)
[](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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ansible-subprocess-0.3.0.tar.gz
.
File metadata
- Download URL: ansible-subprocess-0.3.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d04af03ff293a8e074395208686b26ad04cb7c5bf2656ea98eb3d7090db5dbda
|
|
MD5 |
03af8d0f12beef917148849cb554d3e6
|
|
BLAKE2b-256 |
389da25f4a2de080b130d3415150ad20b59072b9048cd21719b23a1b9891fb12
|