parent
1cbdcbd0d6
commit
bfd9ac578e
5 changed files with 3 additions and 38 deletions
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
### oefenweb.ufw
|
||||
ufw_rules:
|
||||
- rule: allow
|
||||
to_port: ''
|
||||
comment: 'allow all traffic'
|
|
@ -1,27 +1,5 @@
|
|||
---
|
||||
### mgrote.install_packages
|
||||
programs_common:
|
||||
- locales
|
||||
- build-essential
|
||||
- ntp
|
||||
- htop
|
||||
- git
|
||||
- dnsutils
|
||||
- nano
|
||||
- mc
|
||||
- cifs-utils
|
||||
- netdiscover
|
||||
- tree
|
||||
- curl
|
||||
- logrotate
|
||||
- ncdu
|
||||
- net-tools
|
||||
- sysstat
|
||||
- apt-transport-https
|
||||
- neofetch
|
||||
- ntpdate
|
||||
- acl
|
||||
- ifupdown2
|
||||
|
||||
### mgrote.dotfiles
|
||||
dotfiles_local_repo_directory: "/root/dotfiles-repo"
|
||||
dotfiles_user: "root"
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
all:
|
||||
children:
|
||||
k8s:
|
||||
hosts:
|
||||
k8s-1.grote.lan:
|
||||
k8s-2.grote.lan:
|
||||
k8s-3.grote.lan:
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo ipmitool sensor | cut --delimiter '|' -f 1-3 | grep -i "degrees" | sort -k2 -r | tr --delete "|" | tr --squeeze-repeats " " | sed -r 's/(degrees C)/°C/g;s/([[:alnum:]]+[[:space:]][[:alpha:]]+ )([[:digit:]]+\.[[:digit:]]+ )(°C)/\2\t\3\t\1/g'
|
||||
watch --interval 10 --differences --color --no-title "ipmitool sensor | cut -d '|' -f 1-3 | grep -i "degrees" | sort -k2 -r | sed -r 's/degrees C/°C/'"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /bin/bash
|
||||
watch --interval 60 --differences --color --no-title "sudo zfs list -o space | grep -v / | tr -s ' ' | cut --delimiter=' ' --fields=1-3 | sed -r 's/\s/\t\t/g;s/NAME/NAME\t/g'"
|
||||
watch --interval 60 --differences --color --no-title "zfs list -o space | grep -v /"
|
||||
|
|
Loading…
Reference in a new issue