mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
8 lines
224 B
YAML
8 lines
224 B
YAML
# variables default values, these can be overridden in the ansible inventory
|
|
# or various other places
|
|
---
|
|
user: brozzler
|
|
venv_root: /opt
|
|
warcs_dir: /var/tmp/warcs
|
|
brozzler_pip_name: brozzler # get it from pypi by default
|