Hello,
I want automate my installations, for this I want to set the password hash set into the default.xml during the installation face. I found all things to write for each system the individual default.xml, the only what I am missing is the password hash.
<userAccountToLogin domainName="" encPassword="" password="" userName="" />
I use ansible for deploying Unix machines, with a python script to configure in the second step Storagepolicy and the right schedule policy, via Rest API
regards Juergen