14 lines
239 B
Markdown
14 lines
239 B
Markdown
# 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`. |