summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2017-03-17 22:42:10 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2017-03-17 22:42:10 +0100
commiteb9f51f61817043d5fb3609fad922c48f84b887d (patch)
tree7c4de734127883d9dcf7e10a64185e405de489a4
parent4b97c64f947662cd4e2c233a51114c1ff3a9815c (diff)
added README
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4508966
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# ffmyk-ansible
+sets up ffmyk supernodes
+
+## usage
+- load submodules
+```
+git submodule update --init
+```
+- copy inventory.ini.sample
+```
+cp inventory.ini.sample inventory.ini
+```
+- add hosts to inventory and edit variables in host_vars
+- to install arch on hetzner vms run the bootstrap_arch playbook
+```
+ansible-playbook -i inventory.ini bootstrap_arch.yml
+```
+- to configure the node run
+```
+ansible-playbook -i inventory.ini setup_fastd.yml
+```