IBM / Ansible-OpenShift-Provisioning

Automate the deployment of Red Hat OpenShift Container Platform on IBM zSystems (s390x). Automated User-Provisoned Infrastructure (UPI) setup using Kernel-based Virtual Machine (KVM).

Home Page:https://ibm.github.io/Ansible-OpenShift-Provisioning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File server with root userid fails

ryoung1us opened this issue · comments

If a userid of root is used, the path of /home/root is attempted. If the use of root is allowed, it should use /root not /home/root.
If root is not "supported", it should be rejected by the code and it should be documented as never to use, instead of not recommended.

TASK [Set libvirt management to libvirt group instead of root.] ****************************************************************************************************
changed: [rdbkkvm4]
TASK [Create file for user's custom libvirt configurations.] *******************************************************************************************************
fatal: [rdbkkvm4]: FAILED! => {"changed": false, "msg": "Error, could not touch target: [Errno 2] No such file or directory: b'/home/root/.config/libvirt/libvirt.conf'", "path": "/home/root/.config/libvirt/libvirt.conf"}
PLAY RECAP *********************************************************************************************************************************************************
127.0.0.1 : ok=9 changed=4 unreachable=0 failed=0 skipped=31 rescued=0 ignored=0
rdbkkvm4 : ok=12 changed=7 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0