php-ansible icon indicating copy to clipboard operation
php-ansible copied to clipboard

php oop wrapper for ansible provisioning tool

Results 12 php-ansible issues
Sort by recently updated
recently updated
newest added

The documentation for the method `extraVars()` states that extra vars loaded from files is supported, however when I run something similar to the example I get the following exception "The...

Is there any way this wrapper could support a private key passphrase? Ansible doesn't have a command line option for that but I am sure it's possible to do it...

enhancement
feature request

Fix inventory method not working

Fixes #90 by exposing the process via a stateful getter which gets reset on `runProcess`

When the option `json()` is turned on, a not successful execution has its output in on `stdout` and not on `stderr`. I am not sure whats the best way to...

PR #87 has removed the tests that were introduced for the scenario where a JSON string is used for the `--extra-vars` parameter. This functionality was introduced via #86

This PR "fixes" how the inventory is parsed. Before it has surrounded the comma delimited hosts with double quotes. For me this ended up in something like: ``` ANSIBLE_HOST_KEY_CHECKING='False' 'ansible-playbook'...

Hello, can we please update the symfony/process version requirements to "symfony/process": "^5.0|^6.0|^7.0" ? Obviously, I'm not sure of any breaking changes that would affect this library, but we would like...