added kubic bootstrap
This commit is contained in:
parent
787a3e4ee8
commit
5fd0692487
14
bin/kubic_bootstrap.sh
Normal file
14
bin/kubic_bootstrap.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# to be executed in transactional-update shell
|
||||
zypper install \
|
||||
vim \
|
||||
jq \
|
||||
salt-minion \
|
||||
golang-github-prometheus-node_exporter \
|
||||
borgbackup
|
||||
|
||||
systemctl enable salt-minion
|
||||
systemctl enable prometheus-node_exporter
|
||||
|
||||
rm /etc/localtime
|
||||
ln -s /usr/share/zoneinfo/Europe/Stockholm /etc/localtime
|
Loading…
Reference in New Issue
Block a user