You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playbook to provision oVirt VM runs successfully when run from Ansible CLI, but same playbook fails with a permission denied error in the ovirt_vm task when run via AWX.
COMPONENT NAME
ovirt.ovirt.vm_infra role, suspect the ovirt_vm module
SUMMARY
Playbook to provision oVirt VM runs successfully when run from Ansible CLI, but same playbook fails with a permission denied error in the ovirt_vm task when run via AWX.
COMPONENT NAME
ovirt.ovirt.vm_infra role, suspect the ovirt_vm module
STEPS TO REPRODUCE
Host: CentOS-8 (python36) with Ansible 2.9.15, ovirt-engine-sdk-python 4.4.4, ovirt-ansible-collection 1.2.1
AWX: 14.1.0 (docker-compose install), custom virtualenv with python36, ansible 2.9.15, ovirt-engine-sdk-python 4.4.4
docker-compose.txt
Have tried the latest SDK from pip (4.4.7) as well, no change. Need to use a custom venv in AWX as the default environment only has SDK version 4.3.
Sample Playbook used:
EXPECTED RESULTS
VM is provisioned in oVirt both via Ansible CLI and also when run from AWX
ACTUAL RESULTS
VM provisioning successful when run via CLI, but fails from AWX with the output below
Full debug output of this job attached
job_67.txt
The text was updated successfully, but these errors were encountered: