git clone https://github.com/TSELab/tsel-infrastructure.git
cd tsel-infrastructure/
Create a file with the vault secret at this location inside the repo:
cat > ansible/vault_key
redacted
^D
cd ansible/
# dry run
ansible-playbook playbooks/rebuilderd.yml -vv -DC
# deploy
ansible-playbook playbooks/rebuilderd.yml -vv -D