From 5fd06924877c96bff9714e05f88d41a885bf6211 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 24 Aug 2020 08:41:22 +0200 Subject: [PATCH] added kubic bootstrap --- bin/kubic_bootstrap.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bin/kubic_bootstrap.sh diff --git a/bin/kubic_bootstrap.sh b/bin/kubic_bootstrap.sh new file mode 100644 index 0000000..44c153d --- /dev/null +++ b/bin/kubic_bootstrap.sh @@ -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