diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-19 17:18:26 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-19 17:18:26 +0000 |
commit | 70c45853ab01517d89c040e0f90766de9feff3aa (patch) | |
tree | c953bf31f7cad10e27038b9273609b54ee467d56 /README.txt | |
parent | 7428c86dd779a4a7938d461ee5bc0105546815f0 (diff) | |
download | infra-70c45853ab01517d89c040e0f90766de9feff3aa.tar.gz infra-70c45853ab01517d89c040e0f90766de9feff3aa.tar.bz2 infra-70c45853ab01517d89c040e0f90766de9feff3aa.zip |
Add README.txt with basic description
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 13 |
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 |