-
Installing a new appliance Najdorf from manageiq download shows that application runs now with the new manageiq user. Can someone give more explanations on how to deal with this change? thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
I've also seen that /opt/manageiq/manageiq-appliance/LINK/root directory has been removed on Najdorf |
Beta Was this translation helpful? Give feedback.
-
The lack of a home directory was intentional, I believe, though we are seeing issues with it, particularly with ansible playbooks that assume a HOME directory exists. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for the clarification. So we got those message when running embedded ansible I did add our specific settings which was stored in /opt/manageiq/manageiq-appliance/LINK/root/.ansible.cfg in /etc/ansible/ansible.cfg Do i miss something ? |
Beta Was this translation helpful? Give feedback.
Ok, thanks for the clarification. So we got those message when running embedded ansible
No such file or directory: b'/home/manageiq/.ansible'
2022-10-14 12:33:53,477 p=3152 u=manageiq n=ansible | Using /etc/ansible/ansible.cfg as config file
I did add our specific settings which was stored in /opt/manageiq/manageiq-appliance/LINK/root/.ansible.cfg in /etc/ansible/ansible.cfg
(roles_path,log_path,...)
But i stil have a problem, even if logs are now stored in the file specified in /etc/ansible/ansible.cfg
A play that runs with embedded manageiq returns an error message ERROR! couldn't resolve module/action 'module_name_xxx'
Same play can run normally locally on the appliance.
Do i miss some…