21 lines
499 B
YAML
21 lines
499 B
YAML
|
---
|
||
|
git: "https://git.causal.agency/pounce"
|
||
|
user: "pounce"
|
||
|
home_user: "/home/{{ user }}"
|
||
|
path_tmp_git: "{{ home_user }}/pounce"
|
||
|
|
||
|
litterbox:
|
||
|
git: "https://git.causal.agency/litterbox"
|
||
|
user: "litterbox"
|
||
|
home_user: "/home/litterbox"
|
||
|
path_tmp_git: "/home/litterbox/litterbox"
|
||
|
|
||
|
kcgi:
|
||
|
path_tmp: "/tmp/"
|
||
|
url_file: "https://kristaps.bsd.lv/kcgi/snapshots/kcgi.tgz"
|
||
|
file_name: "kcgi.tgz"
|
||
|
|
||
|
scooper:
|
||
|
path_tmp_git: "{{ litterbox.home_user }}/scooper"
|
||
|
git: "https://git.causal.agency/scooper/"
|