Initialize ansible and docker web stuff

This commit is contained in:
2021-11-11 18:12:47 +01:00
commit 0e9e7732b2
14 changed files with 148 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# ansible
## Ansible Control Node Setup
In a Python 3 environment (perhaps a venv):
```
pip install -r requirements.txt
```
## `misc.yaml`
Server for miscellaneous stuff, e.g. the website.
Expects to have a user `andi` who can `sudo`.