oVirt / ovirt-ansible

This project has been archived, development moved to https://github.com/ovirt/ovirt-ansible-collection
Apache License 2.0
94 stars 70 forks source link

Problem with installing role oVirt.repositories and oVirt.engine-setup from ansible-galaxy #145

Closed pkubica closed 3 years ago

pkubica commented 6 years ago

due to bug https://github.com/ansible/galaxy/issues/149 now user must install roles from galaxy with sudo command, this now cause problem when using the role repositories and engine-setup. second thing, it could cause some problems in the future so role should be installed within the same path

[pkubica@localhost]$ sudo ansible-galaxy install oVirt.repositories

[pkubica@localhost]$ sudo ansible-galaxy install oVirt.vm-infra

$ansible --version ansible 2.4.2.0 config file = /home/pkubica/redhat/ansible/roles/build/ansible.cfg configured module search path = [u'/home/pkubica/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]

mwperina commented 3 years ago

Development moved to https://github.com/ovirt/ovirt-ansible-collection If this is still relevant, please reopen there.