Cleaned up the remaining legacy task setup
This commit is contained in:
parent
e63efbcb8a
commit
0018939da2
4 changed files with 0 additions and 35 deletions
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
- hosts: local
|
|
||||||
roles:
|
|
||||||
- role: arch
|
|
||||||
- role: common
|
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
- hosts: local
|
|
||||||
roles:
|
|
||||||
- role: ubuntu
|
|
||||||
- role: common
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue