aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/README.md')
-rw-r--r--infrastructure/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/infrastructure/README.md b/infrastructure/README.md
index e69de29..ede57db 100644
--- a/infrastructure/README.md
+++ b/infrastructure/README.md
@@ -0,0 +1,7 @@
+# Infrastructure
+
+To bootstrap, ensure you can `ssh root@ñix.es`, and then:
+
+```
+uv run ansible-playbook -i ssh-root.yaml -i production.yaml site.yaml
+```