#!/usr/bin/env bash

#check for root
if [ "$EUID" -ne 0 ]
  then echo "Please run as root"
  exit
fi

bash utils/install-base-dependencies.sh

ansible-playbook utils/configure_host/set-up-git-access.yml