Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.31 KB

Example deploy-rs infra

Nodes

example-node

  • Does really nothing
  • Stores nothing
  • Exposes do-nothing VM

Hacking info

directory function
./nodes Node configurations, automatically mapped over and deployed.
./terraform Terraform files, yes.
./compose Docker compose files, oh no.
./common Contains common configuration across all the nodes in this repo
./secrets Per-node secrets, secrets/%hostname%/* send them via ./scripts/send-secrets.sh or make send-secrets/%hostname%