Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 437 Bytes

File metadata and controls

28 lines (21 loc) · 437 Bytes

tsel-infrastructure

Clone the repo

git clone https://github.com/TSELab/tsel-infrastructure.git
cd tsel-infrastructure/

Setup the vault

Create a file with the vault secret at this location inside the repo:

cat > ansible/vault_key
redacted
^D

Deploy a playbook

cd ansible/
# dry run
ansible-playbook playbooks/rebuilderd.yml -vv -DC
# deploy
ansible-playbook playbooks/rebuilderd.yml -vv -D