added kubic bootstrap

This commit is contained in:
Jonas Forsberg 2020-08-24 08:41:22 +02:00
parent 787a3e4ee8
commit 5fd0692487
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

14
bin/kubic_bootstrap.sh Normal file
View 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