- Use Ubuntu's documentation to install Ubuntu on WSL (the steps are different depending on your Windows version)
- Open the Start menu and select Ubuntu
- Install Docker for Ubuntu
- Install ruby and python
-
If using asdf, install the plugins as listed in .tool-versions
asdf install pip install pipenv
-
Otherwise:
- Install Python with the following:
apt -y install python python3-pip
-
Install Ruby with the following:
sudo apt install -y gcc make pkg-config zlib1g-dev cd git clone https://github.com/rbenv/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc echo 'eval "$(rbenv init -)"' >> ~/.bashrc exec $SHELL git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc exec $SHELL rbenv install 3.1.3 rbenv global 3.1.3 gem install bundler rbenv rehash
-
pip install --upgrade pipenv
-
Follow the instructions in the README
Information about installing lastpass-cli
lpass login <[email protected]>
gem install lastpass-ansible
orasdf exec gem install lastpass-ansible
source princeton_ansible_env.sh
Follow instructions in the README to run playbooks