summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-12-19 17:18:26 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-12-19 17:18:26 +0000
commit70c45853ab01517d89c040e0f90766de9feff3aa (patch)
treec953bf31f7cad10e27038b9273609b54ee467d56
parent7428c86dd779a4a7938d461ee5bc0105546815f0 (diff)
downloadinfra-70c45853ab01517d89c040e0f90766de9feff3aa.tar.gz
infra-70c45853ab01517d89c040e0f90766de9feff3aa.tar.bz2
infra-70c45853ab01517d89c040e0f90766de9feff3aa.zip
Add README.txt with basic description
-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