HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add variable for root homedir

wannesrams opened this issue · comments

While installing the Kubernetes playbook I ran into issues as the scripts hardcode the root home directory to /home/root, could you introduce a variable for this, in all my environments the root home dir is /root

It uses /home/ + username, but this doesnnot work when you run Ansible as root. Using a nonroot to conect and become is the way to go.
Afaik centos/rhel do not allow ssh / ansible as root. May I ask which OS you use?

I am using centos7 and root