[ovirt-users] Re: Python error when deploying SHE on Rocky Linux

2022-05-24 Thread paul . chapman
Sorry. My fault. ansible -m firewalld -a state=enabled localhost -e ansible_python_interpreter=/usr/bin/python3 returns localhost | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh: root@localhost: Permission denied

[ovirt-users] Re: Python error when deploying SHE on Rocky Linux

2022-05-24 Thread paul . chapman
Here you go -- # ansible --version ansible [core 2.12.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible ansible

[ovirt-users] Re: Python error when deploying SHE on Rocky Linux

2022-05-24 Thread Asaf Rachmani
Hi, can you please share the output of: # ansible --version # rpm -qa | grep ovirt-hosted-engine-setup # rpm -qa | grep ovirt-ansible-collection # ansible -m firewalld -a state=enabled localhost -e 'ansible_python_interpreter=/usr/bin/python3' On Tue, May 24, 2022 at 12:15 PM wrote: >

[ovirt-users] Re: Python error when deploying SHE on Rocky Linux

2022-05-24 Thread paul . chapman
Thanks Didi. I've edited ansible.cfg to hardwire the interpreter path but I still get the error when trying to deploy the SHE. ansible -m firewalld -a state=enabled localhost Returns localhost | FAILED! => { "changed": false, "msg": "Python Module not found: firewalld and its python

[ovirt-users] Re: Python error when deploying SHE on Rocky Linux

2022-05-23 Thread Yedidyah Bar David
On Fri, May 20, 2022 at 3:07 PM wrote: > > Hi, I'm trying to deploy a self hosted engine on a Rocky Linux 8.6. Ovirt has > installed ok but I get this when deploying the engine - > > [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Python > Module not found: firewalld and its