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

Allow PHP 8.3 and Symfony 7.0

**`ansible-playbook [core 2.15.8]`** ```php $ansible = (new Ansible())->playbook()->inventory(['foo.local']); ``` The above example fails with the following error: ``` fatal: ["foo.local]: UNREACHABLE! => { "changed": false, "msg": "Failed to connect to...

bug