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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct