During preinstallation of Sasviya failed received below error message: Installing as 'root', sas group and cas user has been set up.
TASK [ensure_install_user : Verify the user home directory] *************************************************************************************************
fatal: [sas-programming]: FAILED! => {"changed": false, "module_stderr": "Shared connection to lgdisasviya2.calpers.ca.gov closed.\r\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
fatal: [cas-worker-2]: FAILED! => {"changed": false, "module_stderr": "Shared connection to lgdisasviya4.calpers.ca.gov closed.\r\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
fatal: [cas-worker-1]: FAILED! => {"changed": false, "module_stderr": "Shared connection to lgdisasviya3.calpers.ca.gov closed.\r\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
fatal: [cas-controller-1]: FAILED! => {"changed": false, "module_stderr": "Shared connection to lgdisasviya1.calpers.ca.gov closed.\r\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
You could start the system assessment playbook with an additional option -vvv to see the debug messages. Also, I do recommend to check /var/log/secure file on those remote machines. Most likely you will have an error there.
Thanks
Yes finally figured it out, thanks to SAS support.
Needed the below entry in sudoers file
root ALL=(ALL) ALL
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.