Does anyone use StackScripts any more?
Or has everyone moved on to ansible or some variant for automated deployment?
1 Reply
Some of my Centmin Mod LEMP stack users do use Linode stackscript I wrote at https://www.linode.com/stackscripts/profile/centminmod.
I don't use it much as i just do my installs via curl command line and it does everything for me :)
yum -y update; curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh