Cleaned up the remaining legacy task setup #3

Merged
anthonycicc merged 1 commit from cleanup into master 2019-07-31 09:54:54 -04:00
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