summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..f9ffebc
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,13 @@
+Ansible playbooks to setup personal infrastructure.
+
+
+INSTALL
+
+$ python3 -m venv .env
+$ source .env/bin/activate
+$ pip3 install -r requirements.txt
+
+
+RUN
+
+$ ansible-playbook setup.yml