P
P
Phorcys2020-06-01 00:33:12
MySQL
Phorcys, 2020-06-01 00:33:12

Is there a resource with quick installation scripts for various Linux servers?

I found something similar (for a quick installation of Apache2, nginx, BIND9, MySQL, Asterisk, etc.), but I got lost ... Does anyone have it?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry, 2020-06-01
@q2digger

there is, called ansible , the roles for installing everything in the world are written by kind people - as much as you like.

S
Sanes, 2020-06-01
@Sanes

https://galaxy.ansible.com/

V
Valdemar Smorman, 2020-06-01
@smorman

If .deb is distr, then you can install LAMP like this, via Taskse l:

sudo apt install tasksel; sudo tasksel install lamp-server

And ...
What prevents you from writing a script yourself ?!
Manov on open spaces on installation of any server flurry!
You take mana and use it to write your script in 6 seconds!

F
FanatPHP, 2020-06-01
@FanatPHP

https://hub.docker.com/

M
morvlad, 2020-06-02
@morvlad

E I was on the support of 120 linux servers, almost the same type.
From time to time I had to make changes in the configuration, add something to change, and install the software too.
At one time I used bash, I ran scripts on my computer, and by key they copied everything they needed to a remote server and performed the necessary actions there, including installing software.
Then I started using ansible for these works.
In my opinion, one of the best configuration management solutions, it includes a large stack of features and has built-in check mechanisms.
By the way, if the task is not difficult, then in order not to bother much, ansible can work remarkably using bash methods.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question