Skip to content

KastnerRG/fabricant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabricant

fabricant.ucsd.edu configuration

Bootstrapping

  1. Create and install a GitHub deploy key
  2. Ensure that the system can SSH into itself
  3. Install Python3.12
  4. Clone this repo
git clone git@github.com:KastnerRG/fabricant.git /home/fabricant-admin/fabricant
  1. Install Bitwarden Client
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash # install nvm
source ~/.bashrc # activate nvm
nvm install v22.9.0 # install node 22.9.0
nvm exec v22.9.0 # activate node
npm install -g @bitwarden/cli # installs bw
bw config server https://vault.e4e-gateway.ucsd.edu # configures bw to our vault
bw login # Logs in
  1. Bootstrap creds
bw unlock --raw > ~/fabricant/.bw_session
  1. Create a venv at ~/fabricant/.venv
python3.12 -m venv ~/fabricant/.venv`
  1. Activate venv
source ~/fabricant/.venv/bin/activate
  1. Install dependencies
python -m pip install --upgrade pip poetry
cd ~/fabricant/
poetry install
  1. Install
ansible-playbook playbook.yml

About

fabricant.ucsd.edu configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published