Re: [arch-general] Server Management Tools

2017-10-13 Thread Plonky Duby via arch-general
Well, First you have shellscript, based on ssh client and gnu parallel. Second you can write your own python script with paramiko and parallel library Third you can look to fabric (http://www.fabfile.org/) Fourth, you can easely learn Ansible, which tends to become the #1 server management

Re: [arch-general] Server Management Tools

2017-10-13 Thread Bardur Arantsson
On 2017-10-13 21:14, Karol Babioch wrote: > unexpected errors. Indeed, this is the most terrifying of messages to ever appear. You just ran a command across N machines, two of them failed. Ugh. The *BEST* case is things like e.g. "apt-get update" failing because of a spurious mirror resolution

Re: [arch-general] Server Management Tools

2017-10-13 Thread Karol Babioch
Hi, Am 12.10.2017 um 21:31 schrieb siefke_lis...@web.de: > Who say something from unattended? I want not only set 20 times the same > command. That's all. Look into clusterssh then. You'll get the output of all commands on all servers and can interact with a only a single one, in case there are

Re: [arch-general] Server Management Tools

2017-10-12 Thread Guus Snijders via arch-general
Op 12 okt. 2017 20:05 schreef "siefke_lis...@web.de" : On Thu, 12 Oct 2017 12:00:18 -0400 David Rosenstrauch wrote: > cron + pssh? Sounds good okay cron I not need but pssh sounds great. But at end I become only siefke@sisibox ~ $ pssh -h

Re: [arch-general] Server Management Tools

2017-10-12 Thread Leonid Isaev via arch-general
On Thu, Oct 12, 2017 at 09:31:25PM +0200, siefke_lis...@web.de wrote: > On Thu, 12 Oct 2017 18:52:39 + > Giancarlo Razzolini wrote: > > > You seriously consider unattended update of packages on servers a good > > practice? > > On Arch? Good luck with that. > > Who

Re: [arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
On Thu, 12 Oct 2017 18:52:39 + Giancarlo Razzolini wrote: > You seriously consider unattended update of packages on servers a good > practice? > On Arch? Good luck with that. Who say something from unattended? I want not only set 20 times the same command. That's

Re: [arch-general] Server Management Tools

2017-10-12 Thread Giancarlo Razzolini
Em outubro 12, 2017 15:07 siefke_lis...@web.de escreveu: Yes I was thinking for it but for yaourt -Suy is for me little overloaded. But ok I will try it with the time. Thanks for link sure will help me. If I knew that you wanted to automate yaourt, I would not even replied to you in the

Re: [arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
On Thu, 12 Oct 2017 16:14:50 + Giancarlo Razzolini wrote: > We use ansible to manage arch's servers: > > https://git.archlinux.org/infrastructure.git > > Ansible can be automated using pull, but there are other options as well. Yes I was thinking for it but for

Re: [arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
On Thu, 12 Oct 2017 12:00:18 -0400 David Rosenstrauch wrote: > cron + pssh? Sounds good okay cron I not need but pssh sounds great. But at end I become only siefke@sisibox ~ $ pssh -h .config/pssh-hosts -P yaourt -Suy [1] 20:03:54 [FAILURE] host1 Exited with error code 255

Re: [arch-general] Server Management Tools

2017-10-12 Thread Giancarlo Razzolini
Em outubro 12, 2017 12:48 siefke_lis...@web.de escreveu: Hello, Is there a way to automatically administer multiple arch Linux servers? It's annoying to provide 20 servers daily with the same commands. Are there possibilities to manage the daily tasks centrally and to set them off

Re: [arch-general] Server Management Tools

2017-10-12 Thread Chris Tonkinson
I like SaltStack. Chris Tonkinson https://chris.tonkinson.com/ 610.425.7807 "A good plan, violently executed now, is better than a perfect plan next week." -General George S. Patton, Jr. On 10/12/2017 12:00, David Rosenstrauch wrote: > On 2017-10-12 11:48 am, siefke_lis...@web.de wrote: >>

Re: [arch-general] Server Management Tools

2017-10-12 Thread David Rosenstrauch
On 2017-10-12 11:48 am, siefke_lis...@web.de wrote: Hello, Is there a way to automatically administer multiple arch Linux servers? It's annoying to provide 20 servers daily with the same commands. Are there possibilities to manage the daily tasks centrally and to set them off automatically? I

[arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
Hello, Is there a way to automatically administer multiple arch Linux servers? It's annoying to provide 20 servers daily with the same commands. Are there possibilities to manage the daily tasks centrally and to set them off automatically? I know there are tools like puppets but they're too