From 6184fb11e7922bfbe7cec6c134a50e6ae5399c43 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 9 Oct 2022 15:05:58 +0200 Subject: [PATCH] remove bootstrap-mgmt.sh --- bootstrap-mgmt.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bootstrap-mgmt.sh diff --git a/bootstrap-mgmt.sh b/bootstrap-mgmt.sh deleted file mode 100644 index 7f91c73..0000000 --- a/bootstrap-mgmt.sh +++ /dev/null @@ -1,12 +0,0 @@ -!/usr/bin/env bash - -## install ansible (http://docs.ansible.com/intro_installation.html) -# apt-get -y install software-properties-common -# apt-add-repository -y ppa:ansible/ansible -apt-get update -apt-get -y install tree - -sed -i "s/PasswordAuthentication no/PasswordAuthentication yes/g" /etc/ssh/sshd_config - -ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime -dpkg-reconfigure --frontend noninteractive tzdata