Updated as I figured out where things have moved away from the documentation that I had. The five minute install video is for Stacki 1.x and they have changed quite a bit at the core so that is why the video does not reflect the needs of the current installer. Avoid the StackiQ video for installation.
I tried Rundeck. It was more confusing than just using Ansible without a GUI. IMO, just having the playbook with yaml and jinja files is easier to read and use. GUIs always have at least one thing you need in a place you wouldn't think.
I guess I wouldn't mind having some reports in a GUI but I'll stick with just text files.
You don't think $5,000 a year for 100 nodes is reasonable?
Not so much, no. When you consider that the assumption is that many of those nodes are $5/mo to operate. That could be nearly 10% of your entire server budget!
lol plus thats the base price with only 30 days of support and no SLA ....
Exactly. Those prices get a bit crazy. $5/year/server would make a lot more sense. There are many cases where I would pay more for Ansible than I would for the server itself!
Really quite simple since NVM is so simple itself. Just used the standard curl + bash command to run the NVM install of the version of my choice (handling updates will have to come in a later version.) I use the install directory relocation option and that puts NVM into /usr/local/nvm rather than into the user's own folder. Then just source the newly installed nvm.sh file and run the NVM Node.js install command as usual. Voila.
If you haven't, make a specific AD account for the TFS server and let it run under that account and see what happens?
That's the plan, well not a specific one. we have a service account and it should have been setup that way but it was not, now I have to deal with the issues. It will have to wait til tonight when no DevOPs are doing anything to check it.
DevOps is when the software development person is also the person deploying and supporting the systems. If you are not writing the applications that you run, then you aren't DevOps. Hardware and software is just IT. DevOps means that you are a software developer (SE) first and foremost, but have to do the IT too.