From 0018939da228f20811c7c8dafc2e4dc581c90bcc Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 31 Jul 2019 09:53:34 -0400 Subject: [PATCH] Cleaned up the remaining legacy task setup --- playbooks/arch.yml | 6 ------ playbooks/bootstrap | 11 ----------- playbooks/bootstrap-macos | 12 ------------ playbooks/ubuntu.yml | 6 ------ 4 files changed, 35 deletions(-) delete mode 100644 playbooks/arch.yml delete mode 100755 playbooks/bootstrap delete mode 100755 playbooks/bootstrap-macos delete mode 100644 playbooks/ubuntu.yml diff --git a/playbooks/arch.yml b/playbooks/arch.yml deleted file mode 100644 index 8327198..0000000 --- a/playbooks/arch.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: local - roles: - - role: arch - - role: common - diff --git a/playbooks/bootstrap b/playbooks/bootstrap deleted file mode 100755 index 67373e5..0000000 --- a/playbooks/bootstrap +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -xe -if [[ -f /etc/lsb-release ]]; then - sudo apt update - sudo apt -y install zsh git python-pip aptitude curl cmake libreadline-dev -else - sudo dnf install -y zsh git cmake openssl-devel tmux gpg -fi - -pip3 install --user ansible diff --git a/playbooks/bootstrap-macos b/playbooks/bootstrap-macos deleted file mode 100755 index c3d1bf4..0000000 --- a/playbooks/bootstrap-macos +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -xe - -# no no no no I don't like it but… -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - -brew install git cmake openssl tmux gpg - -sudo echo '/usr/local/bin/zsh' >> /etc/shells - -chsh -s /usr/local/bin/zsh diff --git a/playbooks/ubuntu.yml b/playbooks/ubuntu.yml deleted file mode 100644 index 92b2638..0000000 --- a/playbooks/ubuntu.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: local - roles: - - role: ubuntu - - role: common - -- 2.48.1