Cleaned up the remaining legacy task setup

This commit is contained in:
Anthony Cicchetti 2019-07-31 09:53:34 -04:00
parent e63efbcb8a
commit 0018939da2
4 changed files with 0 additions and 35 deletions

View file

@ -1,6 +0,0 @@
---
- hosts: local
roles:
- role: arch
- role: common

View file

@ -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

View file

@ -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

View file

@ -1,6 +0,0 @@
---
- hosts: local
roles:
- role: ubuntu
- role: common